Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Toggle Xbox via Input Boolean
- mode: single
- sequence:
- - choose:
- - conditions:
- - condition: state
- entity_id: input_boolean.tungsten_power_state
- state: "off"
- sequence:
- - data:
- entity_id: remote.tungsten_cube_remote
- command: power
- action: remote.send_command
- - target:
- entity_id: input_boolean.tungsten_power_state
- action: input_boolean.turn_on
- data: {}
- default:
- - data:
- entity_id: media_player.tungsten_cube
- action: media_player.turn_off
- - target:
- entity_id: input_boolean.tungsten_power_state
- action: input_boolean.turn_off
- data: {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement