From: Giorgio Ravera Date: Fri, 22 Dec 2023 09:00:32 +0000 (+0100) Subject: Started BTicino package X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=191e0db08080e27b06b55486f8a948fe554c1f43;p=homeassistant.git Started BTicino package --- diff --git a/packages/BTicino/bticino_customizations.yaml b/packages/BTicino/bticino_customizations.yaml new file mode 100644 index 00000000..133a1b63 --- /dev/null +++ b/packages/BTicino/bticino_customizations.yaml @@ -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 index 00000000..7a399d0d 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 index 00000000..a4d8d2b6 Binary files /dev/null and b/www/images/devices/BTicino/BTI_NT4411C.png differ