Created
August 20, 2018 19:50
-
-
Save Snipercaine/9b0f2a2499c06e86fe32900ca4789ad7 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
## Automations.yaml | |
- alias: Poorly | |
hide_entity: True | |
trigger: | |
- platform: state | |
entity_id: binary_sensor.office_wand | |
from: 'off' | |
to: 'on' | |
action: | |
- service: media_player.select_source | |
data: | |
entity_id: media_player.volumio_volumioboxlocal | |
source: Poorly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment