mirror of
https://github.com/home-assistant/core.git
synced 2026-09-15 04:58:20 +01:00
Bump tuya-device-handlers to 0.0.28 (#181525)
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["tuya_sharing"],
|
||||
"requirements": [
|
||||
"tuya-device-handlers==0.0.27",
|
||||
"tuya-device-handlers==0.0.28",
|
||||
"tuya-device-sharing-sdk==0.2.15"
|
||||
]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -3308,7 +3308,7 @@ ttls==1.11.1
|
||||
ttn_client==1.3.0
|
||||
|
||||
# homeassistant.components.tuya
|
||||
tuya-device-handlers==0.0.27
|
||||
tuya-device-handlers==0.0.28
|
||||
|
||||
# homeassistant.components.tuya
|
||||
tuya-device-sharing-sdk==0.2.15
|
||||
|
||||
@@ -819,6 +819,7 @@
|
||||
<LightEntityCapabilityAttribute.MIN_COLOR_TEMP_KELVIN: 'min_color_temp_kelvin'>: 2000,
|
||||
<LightEntityCapabilityAttribute.SUPPORTED_COLOR_MODES: 'supported_color_modes'>: list([
|
||||
<ColorMode.COLOR_TEMP: 'color_temp'>,
|
||||
<ColorMode.HS: 'hs'>,
|
||||
]),
|
||||
}),
|
||||
'config_entry_id': <ANY>,
|
||||
@@ -871,6 +872,7 @@
|
||||
),
|
||||
<LightEntityCapabilityAttribute.SUPPORTED_COLOR_MODES: 'supported_color_modes'>: list([
|
||||
<ColorMode.COLOR_TEMP: 'color_temp'>,
|
||||
<ColorMode.HS: 'hs'>,
|
||||
]),
|
||||
<EntityStateAttribute.SUPPORTED_FEATURES: 'supported_features'>: <LightEntityFeature: 0>,
|
||||
<LightEntityStateAttribute.XY_COLOR: 'xy_color'>: tuple(
|
||||
|
||||
Reference in New Issue
Block a user