29 lines
933 B
YAML
29 lines
933 B
YAML
type: entities
|
|
entities:
|
|
- type: custom:hui-picture-entity-card
|
|
entity: switch.kaffebryggare
|
|
image: !file /local/images/moccamaster.jpg
|
|
show_state: false
|
|
show_name: false
|
|
tap_action: { action: toggle }
|
|
- type: custom:fold-entity-row
|
|
head:
|
|
entity: switch.kaffebryggare
|
|
icon: mdi:coffee
|
|
items:
|
|
- entity: input_boolean.cfe_on
|
|
style: |
|
|
:host {
|
|
--paper-item-icon-color: {% if is_state(config.entity, 'on') %} var(--paper-item-active-color) {% else %} var(--paper-item-color) {% endif %};
|
|
}
|
|
|
|
- entity: input_datetime.cfe_on
|
|
- type: section
|
|
- entity: input_boolean.cfe_off
|
|
debug_cardmod: true
|
|
style: |
|
|
:host {
|
|
--paper-item-icon-color: {% if is_state(config.entity, 'on') %} var(--paper-item-active-color) {% else %} var(--paper-item-color) {% endif %};
|
|
}
|
|
- input_number.cfe_off
|