Merge branch 'master' into master

This commit is contained in:
Tim
2021-08-26 12:52:13 +09:30
committed by GitHub
4 changed files with 76 additions and 7 deletions

View File

@@ -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,
)

View File

@@ -9,5 +9,6 @@
],
"issue_tracker": "https://github.com/rospogrigio/localtuya/issues",
"requirements": [],
"config_flow": true
"config_flow": true,
"iot_class": "local_push"
}