I have an automation with a trigger “time pattern” that is (/1 min) basically fires, every single minute of the hour. I have disabled the automation, but I was surprised to see that the trigger still fires, even when the automation is disabled. Obviously, nothing happens, no automation is triggered, but is it normal for the trigger to keep firing or it is a bug?
Here is the YAML:
alias: "Hallway: washing machine notification"
description: ""
trigger:
- platform: time_pattern
minutes: /1
enabled: true
condition:
- type: is_power
condition: device
device_id: de8f3ada44a223447cb6850555715e28
entity_id: sensor.hallway_washer_plug_active_power
domain: sensor
below: 5
- type: is_no_vibration
condition: device
device_id: 3c19b86b3d5b73eb9458923917b9884f
entity_id: binary_sensor.hallway_washer_vibration_sensor
domain: binary_sensor
for:
hours: 0
minutes: 5
seconds: 0
- condition: state
entity_id: binary_sensor.hallway_washer_contact_sensor
state: "off"
action:
- device_id: ad0fd90aa8dc6755e5f8fc4d9ecde791
domain: mobile_app
type: notify
title: "Home alert:"
message: Washing machine must be finished. Pull the clothes out
- service: notify.alexdesktop
data:
title: "Home alert:"
message: Washing machine must be finished. Pull the clothes out
- if:
- condition: device
device_id: ad0fd90aa8dc6755e5f8fc4d9ecde791
domain: device_tracker
entity_id: device_tracker.alexphone
type: is_home
then:
- service: notify.alexa_media_polk_react
data:
title: "Home alert:"
message: Washing machine must be finished. Pull the clothes out
mode: single