mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 06:44:04 +02:00
remove bad merge conflict
This commit is contained in:
parent
96a28072f6
commit
317ae3af13
1 changed files with 0 additions and 4 deletions
|
|
@ -1658,10 +1658,6 @@ class TurnOnOffListener:
|
|||
# Track light transitions
|
||||
self.transition_timers: dict[str, _AsyncSingleShotTimer] = {}
|
||||
|
||||
# When a state is different `max_cnt_significant_changes` times in a row,
|
||||
# mark it as manually_controlled.
|
||||
self.max_cnt_significant_changes = 2
|
||||
|
||||
self.remove_listener = self.hass.bus.async_listen(
|
||||
EVENT_CALL_SERVICE, self.turn_on_off_event_listener
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue