Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.78 KB | None | 0 0
  1. morning_weather:
  2.    alias: Weather Summary
  3.    sequence:
  4.    - service: media_player.volume_set
  5.      data_template:
  6.        entity_id: media_player.family_room
  7.        volume_level: 0.50
  8.    - service: tts.amazon_polly_say
  9.      data_template:
  10.       entity_id: media_player.family_room
  11.       message: 'Good Morning, the current weather condition is {{ states.sensor.dark_sky_summary.state }}, The current temperature is {{ states.sensor.pws_temp_c.state |round }} degrees.  The forecast for the next hour is {{ states.sensor.dark_sky_minutely_summary.state }},  The high temperature for today will be {{ states.sensor.dark_sky_daily_high_apparent_temperature.state |round }} degrees.  The forecast for the next 24 hours is {{ states.sensor.dark_sky_hourly_summary.state }}.  '
  12.    - delay: 00:00:20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement