]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Started BTicino package
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Fri, 22 Dec 2023 09:00:32 +0000 (10:00 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Fri, 22 Dec 2023 09:00:32 +0000 (10:00 +0100)
packages/BTicino/bticino_customizations.yaml [new file with mode: 0644]
www/images/devices/BTicino/BTI_NT4027C.png [new file with mode: 0644]
www/images/devices/BTicino/BTI_NT4411C.png [new file with mode: 0644]

diff --git a/packages/BTicino/bticino_customizations.yaml b/packages/BTicino/bticino_customizations.yaml
new file mode 100644 (file)
index 0000000..133a1b6
--- /dev/null
@@ -0,0 +1,29 @@
+######################################################################
+# BTicino Package - Customization
+######################################################################
+
+homeassistant:
+  customize:
+
+    # BTI-NT4411C - Dimmer 0x0004740001583a4a
+    light.0x0004740001583a4a:
+      supported_color_modes: null
+      supported_features: 0
+    switch.0x0004740001583a4a_device_mode:
+      friendly_name: "Funzione Dimmer"
+    switch.0x0004740001583a4a_led_if_on:
+      friendly_name: "LED se acceso"
+    switch.0x0004740001583a4a_led_in_dark:
+      friendly_name: "LED se spento"
+    number.0x0004740001583a4a_ballast_maximum_level:
+      friendly_name: "Illuminazione massima"
+    number.0x0004740001583a4a_ballast_minimum_level:
+      friendly_name: "Illuminazione minima"
+
+    # BTI-NT4027C - Tapparella 0x000474000159053e
+    cover.0x000474000159053e:
+      supported_features: 15
+    switch.0x000474000159053e_led_if_on:
+      friendly_name: "LED se acceso"
+    switch.0x000474000159053e_led_in_dark:
+      friendly_name: "LED se spento"
diff --git a/www/images/devices/BTicino/BTI_NT4027C.png b/www/images/devices/BTicino/BTI_NT4027C.png
new file mode 100644 (file)
index 0000000..7a399d0
Binary files /dev/null and b/www/images/devices/BTicino/BTI_NT4027C.png differ
diff --git a/www/images/devices/BTicino/BTI_NT4411C.png b/www/images/devices/BTicino/BTI_NT4411C.png
new file mode 100644 (file)
index 0000000..a4d8d2b
Binary files /dev/null and b/www/images/devices/BTicino/BTI_NT4411C.png differ