I have created an automation for my dryer utilizing an InkBird temp sensor. I keep getting false notifications. Looking at the logs, I’m not seeing this notification justified. Is there another conditions I should add to stop this?
Basically if inkbird drops below 100 degrees for 5min, notify my phone.
alias: Dryer Complete
description: “”
trigger:
- type: temperature
platform: device
device_id: 064762ecd740059e9c883fcfd6152e3c
entity_id: fa399fdfc53c991c8d7a177ee9f7b78d
domain: sensor
below: 100
for:
hours: 0
minutes: 5
seconds: 0
condition:
action: - action: notify.mobile_app_bryans_iphone
metadata: {}
data:
message: Dryer is Complete
mode: single
2 posts - 2 participants