Untitled

 avatar
unknown
plain_text
2 years ago
439 B
4
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 0px
Editor is loading...