Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Sync Xbox Toggle with Media Player State Boolean
- description: ""
- triggers:
- - entity_id: media_player.tungsten_cube
- trigger: state
- conditions: []
- actions:
- - choose:
- - conditions:
- - condition: state
- entity_id: media_player.tungsten_cube
- state: "off"
- sequence:
- - target:
- entity_id: input_boolean.tungsten_power_state
- action: input_boolean.turn_off
- data: {}
- default:
- - target:
- entity_id: input_boolean.tungsten_power_state
- action: input_boolean.turn_on
- data: {}
- mode: restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement