Move config out of subfolder

This commit is contained in:
Georgi Gardev
2022-12-01 16:01:59 +02:00
parent addfa33f6f
commit 1ae0c6d0b8
221 changed files with 0 additions and 0 deletions
@@ -0,0 +1,21 @@
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