This commit is contained in:
mjallen18
2025-11-24 09:22:10 -06:00
parent eb12e2271d
commit 297a49a8f6

View File

@@ -129,6 +129,7 @@ in
alias = mkOpt types.str "" "Alias/Friendly Name";
description = mkOpt types.str "" "Automation Description";
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";
transitionTime = mkOpt types.int 2 "light transition time in seconds";
brightnessPercent = mkOpt types.int 100 "brightness percentage when turned on";