Created
February 19, 2018 09:34
-
-
Save Naesstrom/f6ab18163516a3b61b519c93fd2dfe17 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
- alias: "Media player paused/stopped" | |
trigger: | |
- platform: state | |
entity_id: media_player.kodi | |
from: 'playing' | |
to: 'idle' | |
action: | |
service: scene.turn_on | |
entity_id: scene.livingroom_normal | |
- alias: "Media player playing" | |
trigger: | |
- platform: state | |
entity_id: media_player.htpc | |
to: 'playing' | |
from: 'idle' | |
action: | |
service: scene.turn_on | |
entity_id: scene.livingroom_dim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment