mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-29 09:04:46 +00:00
Continuing on the audio system improvements. Getting ready for upcoming video
This commit is contained in:
@@ -127,8 +127,10 @@ automation:
|
||||
alias: Master Bedroom Report
|
||||
initial_state: true
|
||||
trigger:
|
||||
platform: template
|
||||
value_template: "{{ states('sensor.time') == (state_attr('input_datetime.daily_report', 'timestamp') | int | timestamp_custom('%H:%M', False)) }}"
|
||||
#platform: template
|
||||
#value_template: "{{ states('sensor.time') == (state_attr('input_datetime.daily_report', 'timestamp') | int | timestamp_custom('%H:%M', False)) }}"
|
||||
platform: time
|
||||
at: input_datetime.daily_report
|
||||
condition:
|
||||
- condition: time
|
||||
weekday:
|
||||
|
Reference in New Issue
Block a user