Add periodic check on sensor status #9
Labels
No labels
bug
duplicate
enhancement
hass
invalid
needs-refinement
operational
refactor
someday
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
thomas/rpi-alarm#9
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sensors are now only checked when a MQTT message is received, maybe they should be checked on a regular interval?
Not really sure this is required; an MQTT sensor can not change state without sending an MQTT message.
The only possible advantage of this is to "re-trigger" some logic when conditions have changed, but not the sensor value.