Add Home Connect functional light color temperature percent setting (#139096)
Add functional light color temperature percent settingpull/139108/head
parent
746d1800f9
commit
f7a6d163bb
|
@ -83,6 +83,11 @@ NUMBERS = (
|
|||
device_class=NumberDeviceClass.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(
|
||||
key=SettingKey.LAUNDRY_CARE_WASHER_I_DOS_1_BASE_LEVEL,
|
||||
device_class=NumberDeviceClass.VOLUME,
|
||||
|
|
|
@ -874,6 +874,9 @@
|
|||
"wine_compartment_3_setpoint_temperature": {
|
||||
"name": "Wine compartment 3 temperature"
|
||||
},
|
||||
"color_temperature_percent": {
|
||||
"name": "Functional light color temperature percent"
|
||||
},
|
||||
"washer_i_dos_1_base_level": {
|
||||
"name": "i-Dos 1 base level"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue