Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.38 KB | None | 0 0
  1. - id: movieTime
  2.   alias: 'Movie time'
  3.   initial_state: 'on'
  4.   trigger:
  5.     platform: state
  6.     entity_id: media_player.kodi_kodipilocal
  7.     to: 'playing'
  8.   condition:
  9.     condition: template
  10.     value_template: '{{ states.media_player.kodi_kodipilocal.attributes.media_content_type == "movie" }}'
  11.   action:
  12.     service: homeassistant.turn_off
  13.     entity_id: switch.hallway
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement