mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 06:44:04 +02:00
not renamed in this branch yet.
This commit is contained in:
parent
22bae9ed84
commit
8e847e71eb
1 changed files with 1 additions and 3 deletions
|
|
@ -1156,9 +1156,7 @@ class AdaptiveSwitch(SwitchEntity, RestoreEntity):
|
|||
if self.turn_on_off_listener.transition_timers.get(light):
|
||||
lights.remove(light)
|
||||
|
||||
await self._update_manual_control_and_maybe_adapt(
|
||||
lights, transition, force, context
|
||||
)
|
||||
await self._adapt_lights(lights, transition, force, context)
|
||||
|
||||
async def _adapt_lights(
|
||||
self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue