Hi All,
This automation is no longer working for me, yet has been working for months. Can anyone guide?
I can toggle the switch.fibaro_system_fgwpe_f_wall_plus_gen5_switch_2 so it is not a naming issue.
- id: 'Turn Off Coffee Pot Out of Normal'
alias: 'Turn Coffee Pot Off Out of Normal Cycle'
trigger:
platform: state
entity_id: switch.fibaro_system_fgwpe_f_wall_plug_gen5_switch_2
to: 'on'
for:
minutes: 1
condition:
condition: time
# At least one of the following is required.
after: '09:42:00'
before: '23:54:00'
action:
- service: homeassistant.turn_off
entity_id: switch.fibaro_system_fgwpe_f_wall_plug_gen5_switch_2
- service: notify.my_pushbullet
data:
title: "Coffee Maker has been turned off out of normal"
message: "Coffee Maker has been turned off out of normal hours"
Thanks in Advance,
~Bryan