Untitled
unknown
yaml
4 years ago
2.0 kB
5
Indexable
type: custom:stack-in-card card_mod: style: | ha-card { background-color: transparent !important; background-image: url('/local/images/header_card_effect.png'); background-repeat:no-repeat; background-size:contain; background-position:top; box-shadow: none !important; border-radius: 0px; font-family: 'Nunito', sans-serif !important; font-weight: 600 !important; border-top: 1px solid rgba(255, 255, 255, .2); cards: - type: entities entities: - type: custom:fold-entity-row head: entity: group.cozinha card_mod: style: | :host { font-size: 20px; font-weight: 600 !important; }' icon: mdi:fridge name: Cozinha cards: null entities: - type: custom:slider-entity-row card_mod: style: | :host { font-weight: 800 !important; }' entity: light.cozinha_brilho name: Brilho icon: mdi:brightness-6 toggle: true - type: divider - type: custom:gap-card height: 10px; - entity: switch.mesa_jantar icon: mdi:ceiling-light state_color: true - entity: switch.fogao icon: mdi:lightbulb state_color: true - entity: switch.sonoff_1000abbf5f icon: mdi:led-strip-variant state_color: true - entity: switch.luz_churras icon: mdi:grill state_color: true - type: custom:slider-entity-row entity: light.balcao_tv_cozinha toggle: true - type: custom:slider-entity-row entity: light.balcao_cozinha toggle: true - type: custom:slider-entity-row entity: light.guloseimas_led toggle: true icon: mdi:lamps
Editor is loading...