mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 23:04:03 +02:00
set self._brightness in __init__
This commit is contained in:
parent
1150c58658
commit
c1af45d46a
1 changed files with 1 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ class CircadianSwitch(SwitchEntity, RestoreEntity):
|
|||
self._state = None
|
||||
self._icon = ICON
|
||||
self._hs_color = None
|
||||
self._brightness = None
|
||||
self._lights_ct = lights_ct
|
||||
self._lights_rgb = lights_rgb
|
||||
self._lights_xy = lights_xy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue