Merge branch 'master' into master
This commit is contained in:
@@ -273,7 +273,7 @@ class LocaltuyaLight(LocalTuyaEntity, LightEntity):
|
||||
|
||||
def __find_scene_by_scene_data(self, data):
|
||||
return next(
|
||||
(item for item in self._effect_list if self._scenes[item] == data),
|
||||
(item for item in self._effect_list if self._scenes.get(item) == data),
|
||||
SCENE_CUSTOM,
|
||||
)
|
||||
|
||||
|
@@ -9,5 +9,6 @@
|
||||
],
|
||||
"issue_tracker": "https://github.com/rospogrigio/localtuya/issues",
|
||||
"requirements": [],
|
||||
"config_flow": true
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
}
|
||||
|
Reference in New Issue
Block a user