Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- homeassistant:
- name: Home
- latitude: !secret home_lat
- longitude: !secret home_lon
- unit_system: imperial
- time_zone: America/Chicago
- elevation: 391
- http:
- api_password: !secret http_pwd
- media_player:
- discovery:
- automation:
- - alias: Play NPR in the morning
- trigger:
- platform: time
- after: '06:29:30'
- # Optional condition to verify your devices are home using presence detection
- condition:
- condition: state
- entity_id: group.all_devices
- state: 'home'
- action:
- - service: media_player.turn_on
- data:
- entity_id: media_player.bedroom
- - service: media_player.volume_set
- data:
- entity_id: media_player.bedroom
- volume_level: .5
- - delay: '00:00:30'
- - service: media_player.play_media
- data:
- entity_id: media_player.bedroom
- media_content_id: http://17553.live.streamtheworld.com:3690/KIOSFM_SC
- media_content_type: audio/mp3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement