Created
June 1, 2021 18:09
-
-
Save AnthonMS/0c990a2fcd7fd5ecf72d020242c4e7cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- type: custom:button-card | |
entity: media_player.living_room_tv | |
icon: mdi:television | |
name: Television | |
tap_action: | |
action: fire-dom-event | |
browser_mod: | |
command: popup | |
hide_header: true | |
card: | |
- type: custom:button-card | |
label: Stop | |
icon: mdi:stop | |
tap_action: | |
action: call-service | |
service: script.living_room_tv_stop | |
hold_action: | |
action: more-info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment