You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
651 B
26 lines
651 B
- id: `daily_briefing
|
|
alias: BRIEFING - Daily Briefing
|
|
description: ''
|
|
trigger:
|
|
- platform: state
|
|
entity_id:
|
|
- input_button.daily_briefing
|
|
condition: []
|
|
action:
|
|
- service: script.announce_time
|
|
data: {}
|
|
- service: script.announce_weather_details
|
|
data: {}
|
|
- service: script.announce_inside_temperatures
|
|
data: {}
|
|
- service: script.announce_internal_temperatures
|
|
data: {}
|
|
- service: script.announce_dad_joke
|
|
data: {}
|
|
- service: script.announce_random_fact
|
|
data: {}
|
|
- service: script.announce_dad_joke_of_the_day
|
|
data: {}
|
|
- service: script.announce_end_of_briefing
|
|
data: {}
|
|
mode: single |