mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Add Home Connect functional light color temperature percent setting (#139096)
Add functional light color temperature percent setting
This commit is contained in:
parent
746d1800f9
commit
f7a6d163bb
@ -83,6 +83,11 @@ NUMBERS = (
|
|||||||
device_class=NumberDeviceClass.TEMPERATURE,
|
device_class=NumberDeviceClass.TEMPERATURE,
|
||||||
translation_key="wine_compartment_3_setpoint_temperature",
|
translation_key="wine_compartment_3_setpoint_temperature",
|
||||||
),
|
),
|
||||||
|
NumberEntityDescription(
|
||||||
|
key=SettingKey.COOKING_HOOD_COLOR_TEMPERATURE_PERCENT,
|
||||||
|
translation_key="color_temperature_percent",
|
||||||
|
native_unit_of_measurement="%",
|
||||||
|
),
|
||||||
NumberEntityDescription(
|
NumberEntityDescription(
|
||||||
key=SettingKey.LAUNDRY_CARE_WASHER_I_DOS_1_BASE_LEVEL,
|
key=SettingKey.LAUNDRY_CARE_WASHER_I_DOS_1_BASE_LEVEL,
|
||||||
device_class=NumberDeviceClass.VOLUME,
|
device_class=NumberDeviceClass.VOLUME,
|
||||||
|
@ -874,6 +874,9 @@
|
|||||||
"wine_compartment_3_setpoint_temperature": {
|
"wine_compartment_3_setpoint_temperature": {
|
||||||
"name": "Wine compartment 3 temperature"
|
"name": "Wine compartment 3 temperature"
|
||||||
},
|
},
|
||||||
|
"color_temperature_percent": {
|
||||||
|
"name": "Functional light color temperature percent"
|
||||||
|
},
|
||||||
"washer_i_dos_1_base_level": {
|
"washer_i_dos_1_base_level": {
|
||||||
"name": "i-Dos 1 base level"
|
"name": "i-Dos 1 base level"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user