testing
This commit is contained in:
@@ -129,6 +129,7 @@ in
|
|||||||
alias = mkOpt types.str "" "Alias/Friendly Name";
|
alias = mkOpt types.str "" "Alias/Friendly Name";
|
||||||
description = mkOpt types.str "" "Automation Description";
|
description = mkOpt types.str "" "Automation Description";
|
||||||
mqttDeviceId = mkOpt types.str "" "mqtt device id of the sitch";
|
mqttDeviceId = mkOpt types.str "" "mqtt device id of the sitch";
|
||||||
|
deviceAction = mkOpt types.str "" "device action";
|
||||||
lightEntityId = mkOpt types.str "" "home assistant entity id for the lights";
|
lightEntityId = mkOpt types.str "" "home assistant entity id for the lights";
|
||||||
transitionTime = mkOpt types.int 2 "light transition time in seconds";
|
transitionTime = mkOpt types.int 2 "light transition time in seconds";
|
||||||
brightnessPercent = mkOpt types.int 100 "brightness percentage when turned on";
|
brightnessPercent = mkOpt types.int 100 "brightness percentage when turned on";
|
||||||
|
|||||||
Reference in New Issue
Block a user