Do not clear problem state of sync on resync

This commit is contained in:
2026-05-29 17:26:24 +00:00
parent ecd6a42aee
commit 41507bb9d2
6 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ time:
binary_sensor:
- platform: template
name: "Sync failed"
lambda: 'return !*id(garage_gate).synced;'
lambda: 'return *id(garage_gate).sync_failed;'
device_class: problem
entity_category: diagnostic