Hello everyone…I created this card:
type: entities
show_header_toggle: false
entities:
- type: custom:banner-card
background: '#EDE7B0'
heading:
- mdi:silverware-variant
- Cucina
entities:
- entity: sensor.0x00158d0005343cf0_temperature
name: Temperatura
- entity: sensor.0x00158d0005343cf0_humidity
name: Umidità
- entity: climate.smart_thermostat_01009b4c
name: Valvola
map_state:
heat: mdi:fire
- entity: input_number.camera
type: custom:numberbox-card
name: Temperatura set
icon_plus: mdi:chevron-up
icon_minus: mdi:chevron-down
icon: mdi:thermometer-lines
unit: °C
style: |
.cur-num{font-size:30px !important}
.cur-unit{color:blue; font-size:80% !important; opacity:1 !important}
.grid-right{color:blue}
- type: custom:banner-card
background: '#80bfff'
heading:
- mdi:sofa
- Soggiorno
entities:
- entity: climate.smart_thermostat_0100a88f
name: Valvola
map_state:
heat: mdi:fire
- entity: input_number.camera
type: custom:numberbox-card
name: Temperatura set
icon_plus: mdi:chevron-up
icon_minus: mdi:chevron-down
icon: mdi:thermometer-lines
unit: °C
style: |
.cur-num{font-size:30px !important}
.cur-unit{color:blue; font-size:80% !important; opacity:1 !important}
.grid-right{color:blue}
style: |
#states{padding:8px 10px !important}
I’d like to change the height of the custom: banner card.
It can be done?
Grazie!