From 2c0c331eb7b7a03152309bbbd4e0fee157e8d86c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 10 Jan 2023 07:45:02 +0400 Subject: Initial configuration --- custom/input_number.yaml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 custom/input_number.yaml (limited to 'custom/input_number.yaml') 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 -- cgit v1.2.3