mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
17 lines
340 B
YAML
17 lines
340 B
YAML
ac_button:
|
|
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
|