New apps Added

This commit is contained in:
2026-07-08 10:43:39 -04:00
parent 3b1f4bbd75
commit fefc2c8b5c
1114 changed files with 406637 additions and 154 deletions
+2 -3
View File
@@ -179,9 +179,8 @@ class WyzeLight(LightEntity):
self._bulb.color_mode = "2"
self._bulb.color_temp = color_temp
self._bulb.color = color_util.color_rgb_to_hex(
*color_util.color_temperature_to_rgb(color_temp)
)
r, g, b = color_util.color_temperature_to_rgb(color_temp)
self._bulb.color = color_util.color_rgb_to_hex(int(r), int(g), int(b))
if kwargs.get(ATTR_HS_COLOR) is not None and (
self._device_type is DeviceTypes.MESH_LIGHT