Advertisement
Guest User

Untitled

a guest
Jan 1st, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. 17-01-01 14:44:29 homeassistant.util.yaml: while parsing a block collection
  2. in "/home/homeassistant/.homeassistant/configuration.yaml", line 58, column 3
  3. expected <block end>, but found '?'
  4. in "/home/homeassistant/.homeassistant/configuration.yaml", line 60, column 3
  5.  
  6. input_boolean:
  7. testmp3:
  8. name: Play test mp3 on office speaker
  9. initial: off
  10.  
  11. automation:
  12. - alias: PlayTest
  13.  
  14. trigger:
  15. platform: state
  16. entity_id: input_boolean.testmp3
  17. to: on
  18.  
  19. action:
  20. service: media_player.play_media
  21. data:
  22. entity_id: media_player.office_speaker
  23. media_content_id: http://http-live.sr.se/p4malmo-mp3-192
  24. media_content_type: audio/mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement