Add color temp and brightness config to light

This commit is contained in:
Pierre Ståhl
2020-09-23 22:17:13 +02:00
committed by rospogrigio
parent 8456c6039c
commit 792fcc5186
3 changed files with 29 additions and 13 deletions

View File

@@ -55,7 +55,9 @@
"device_class": "Device Class",
"scaling": "Scaling Factor",
"state_on": "On Value",
"state_off": "Off Value"
"state_off": "Off Value",
"brightness": "Brightness",
"color_temp": "Color Temperature"
}
}
}
@@ -90,7 +92,9 @@
"device_class": "Device Class",
"scaling": "Scaling Factor",
"state_on": "On Value",
"state_off": "Off Value"
"state_off": "Off Value",
"brightness": "Brightness",
"color_temp": "Color Temperature"
}
},
"yaml_import": {