mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 18:28:43 +00:00
19 lines
417 B
YAML
19 lines
417 B
YAML
ac_button_card:
|
|
card:
|
|
type: custom:button-card
|
|
template: default
|
|
entity: climate.toshiba_ac
|
|
name: AC
|
|
state:
|
|
- value: 'off'
|
|
operator: '!='
|
|
styles:
|
|
card:
|
|
- background-color: var(--primary-color)
|
|
- color: black
|
|
icon:
|
|
- color: black
|
|
tap_action:
|
|
action: call-service
|
|
service: script.toshiba_ac_toggle_cool
|