With this code:
type: entities
entities:
- entity: input_number.octet1
name: Voer IP in
icon: mdi:ip-network
- entity: input_number.octet2
name: ' '
icon: mdi:none
- entity: input_number.octet3
name: ' '
icon: mdi:none
- entity: input_number.octet4
name: ' '
icon: mdi:none
I get this card:
I would like the card to look like this (quick and dirty ms paint job):
With horizontal stack the buttons get unusable due to the white space of the title element still being there. I thought of using card-mod to eleminate the title and icon element, only leaving the number input box, and then use horizontal stack but my card-mod skills are basicly none.
There doesnt seem to be an custom card providing only the input box. Does anyone know how to achive my goal?