Untitled
unknown
plain_text
3 years ago
439 B
10
Indexable
type: custom:button-card
show_entity_picture: true
show_name: false
state:
- value: 'off'
entity_picture: /local/pictures/washing-machineoff.png
- value: 'on'
entity_picture: /local/pictures/washing-machine-on.png
tap_action:
action: toggle
entity: input_boolean.washing_machine_status
style: |
ha-card {
background: transparent;
border-style: none;
}
styles:
card:
- padding: 0px 0pxEditor is loading...