Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Apple Tv lys, se på tv
- description: ""
- trigger:
- - platform: state
- entity_id:
- - media_player.apple_tv_4k_128gb
- to: playing
- action:
- - service: light.turn_on
- data:
- transition: 3
- brightness_pct: 40
- target:
- entity_id:
- - light.rgbtvstrip
- - light.tv_stue
- - light.hue_lightstrip_plus_2
- - light.hue_filament_bulb_1
- mode: single
- Når den er på pause
- alias: Apple TV, hente seg noe
- description: ""
- trigger:
- - platform: state
- entity_id:
- - media_player.apple_tv_4k_128gb
- to: paused
- action:
- - service: light.turn_on
- data:
- transition: 3
- brightness_pct: 70
- target:
- entity_id:
- - light.rgbtvstrip
- - light.tv_stue
- - light.hue_lightstrip_plus_2
- - light.hue_filament_bulb_1
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement