Skip to content

Commit

Permalink
Increase the delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexwijn committed Dec 31, 2024
1 parent 9f83c72 commit cf69a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sat/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async def async_setup_entry(_hass: HomeAssistant, _config_entry: ConfigEntry, _a
class SatSynchroSensor:
"""Mixin to add delayed state change for binary sensors."""

def __init__(self, delay: int = 5):
def __init__(self, delay: int = 30):
"""Initialize the mixin with a delay."""
self._delay = delay
self._last_mismatch = None
Expand Down

0 comments on commit cf69a41

Please sign in to comment.