- Remove model restriction on Inovelli switch

This commit is contained in:
nwithan8 2023-10-31 20:14:46 -06:00
parent 7f481c8491
commit 7af58dfaf2
2 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,6 @@
blueprint: blueprint:
name: Inovelli LED Temperature Display name: Inovelli LED Temperature Display
description: Display the temperature on the LED strip of an Inovelli VZM31-SN light switch description: Display the temperature on the LED strip of an Inovelli VZM31-SN or VZM35-SN light switch
source_url: https://raw.githubusercontent.com/nwithan8/configs/main/home_assistant/blueprints/automations/inovelli_led_temperature.yaml source_url: https://raw.githubusercontent.com/nwithan8/configs/main/home_assistant/blueprints/automations/inovelli_led_temperature.yaml
domain: automation domain: automation
input: input:
@ -33,13 +33,12 @@ blueprint:
unit_of_measurement: degrees unit_of_measurement: degrees
mode: box mode: box
switch: switch:
name: Inovelli VZM31-SN name: Inovelli VZM31-SN or VZM35-SN
description: Which light switch to program description: Which light switch to program
selector: selector:
device: device:
integration: zha integration: zha
manufacturer: Inovelli manufacturer: Inovelli
model: VZM31-SN
duration: duration:
name: Duration name: Duration
description: How long the effect should last, in seconds (1-254, 255 for indefinite) description: How long the effect should last, in seconds (1-254, 255 for indefinite)

View File

@ -2,21 +2,20 @@
# Users do NOT need to set up a per-device copy of this script. # Users do NOT need to set up a per-device copy of this script.
blueprint: blueprint:
name: Inovelli VZM31-SN Notification LED (ZHA) name: Inovelli VZM31-SN or VZM35-SN Notification LED (ZHA)
description: >- description: >-
A script that sets the notification LED bar of an Inovelli light switch. A script that sets the notification LED bar of an Inovelli light switch.
source_url: https://raw.githubusercontent.com/nwithan8/configs/main/home_assistant/blueprints/scripts/inovelli_vzm31-sn_notification_led_zha.yaml source_url: https://raw.githubusercontent.com/nwithan8/configs/main/home_assistant/blueprints/scripts/inovelli_vzm31-sn_notification_led_zha.yaml
domain: script domain: script
fields: fields:
switch: switch:
name: Inovelli VZM31-SN name: Inovelli VZM31-SN or VZM35-SN
description: Which light switch to program description: Which light switch to program
required: true required: true
selector: selector:
device: device:
integration: zha integration: zha
manufacturer: Inovelli manufacturer: Inovelli
model: VZM31-SN
led: led:
name: LED name: LED
description: Which LED to program (LED 1 is the bottom-most LED) description: Which LED to program (LED 1 is the bottom-most LED)