summaryrefslogtreecommitdiffstats
path: root/custom/input_number.yaml
diff options
context:
space:
mode:
authorroot <root@smartpi.suren.me>2023-01-10 07:45:02 +0400
committerroot <root@smartpi.suren.me>2023-01-10 07:45:02 +0400
commit2c0c331eb7b7a03152309bbbd4e0fee157e8d86c (patch)
tree03391160212b39c4597ecc26010f2ba1235a65e3 /custom/input_number.yaml
downloadhass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.tar.gz
hass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.tar.bz2
hass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.tar.xz
hass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.zip
Initial configuration
Diffstat (limited to 'custom/input_number.yaml')
-rw-r--r--custom/input_number.yaml37
1 files changed, 37 insertions, 0 deletions
diff --git a/custom/input_number.yaml b/custom/input_number.yaml
new file mode 100644
index 0000000..0fd1307
--- /dev/null
+++ b/custom/input_number.yaml
@@ -0,0 +1,37 @@
+# Parameters for Bulbs
+#- input_number:
+ knob_office_current:
+ min: 0.0
+ max: 10.0
+ step: 1.0
+ initial: 0.0
+ knob_office_brightness0:
+ min: 0.0
+ max: 255.0
+ step: 25.0
+ initial: 255.0
+ knob_office_temperature0:
+ min: 2000.0
+ max: 6500.0
+ step: 500.0
+ initial: 6500.0
+ knob_office_hue0:
+ min: 0.0
+ max: 360.0
+ step: 20.0
+ initial: 0.0
+ knob_office_brightness1:
+ min: 0.0
+ max: 255.0
+ step: 25.0
+ initial: 255.0
+ knob_office_temperature1:
+ min: 2000.0
+ max: 6500.0
+ step: 500.0
+ initial: 6500.0
+ knob_office_hue1:
+ min: 0.0
+ max: 360.0
+ step: 20.0
+ initial: 0.0