Merge branch 'master' into light_scenes

This commit is contained in:
ultratoto14
2020-11-17 14:17:43 +01:00
committed by GitHub
11 changed files with 121 additions and 76 deletions

View File

@@ -135,7 +135,7 @@ class LocaltuyaLight(LocalTuyaEntity, LightEntity):
**kwargs,
):
"""Initialize the Tuya light."""
super().__init__(device, config_entry, lightid, **kwargs)
super().__init__(device, config_entry, lightid, _LOGGER, **kwargs)
self._state = False
self._brightness = None
self._color_temp = None