mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
22 lines
459 B
YAML
22 lines
459 B
YAML
v3_button_tv:
|
|
template: v3_button
|
|
tap_action:
|
|
action: toggle
|
|
icon: mdi:television
|
|
state:
|
|
- value: 'playing'
|
|
styles: &on_styles
|
|
card:
|
|
- background-color: white
|
|
- color: black
|
|
icon:
|
|
- color: var(--primary-color)
|
|
- value: 'standby'
|
|
styles: *on_styles
|
|
- value: 'on'
|
|
styles: *on_styles
|
|
- value: 'home'
|
|
styles: *on_styles
|
|
- value: 'idle'
|
|
styles: *on_styles
|