Skip to content

Commit

Permalink
Merge pull request #464 from lpaolini/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 authored Jun 3, 2024
2 parents 2220bcf + 9369230 commit 20f2663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paradox/hardware/evo/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def _zone_generated_alarm(event, storage, *_, **__):
level=EventLevel.INFO,
tags=["tamper", "restore"],
type="zone",
change=dict(zone_tamper_trouble=True),
change=dict(zone_tamper_trouble=False),
message="Zone {label} tamper restore",
),
35: dict(
Expand Down

0 comments on commit 20f2663

Please sign in to comment.