Auto-setup a few more IHC devices (#58806)

This commit is contained in:
tausen 2022-01-07 14:47:12 +01:00 committed by GitHub
parent 9deebaa65f
commit 95f8c26e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,14 @@ light:
- xpath: './/product_airlink[@product_identifier="_0x4406"]'
node: "airlink_dimming"
dimmable: true
# Wireless Combi dimmer 4 buttons touch
- xpath: './/product_airlink[@product_identifier="_0x4402"]'
node: "airlink_dimming"
dimmable: true
# Wireless Combi dimmer 2 buttons touch
- xpath: './/product_airlink[@product_identifier="_0x4401"]'
node: "airlink_dimming"
dimmable: true
# Wireless Lamp outlet dimmer
- xpath: './/product_airlink[@product_identifier="_0x4304"]'
node: "airlink_dimming"
@ -76,6 +84,9 @@ light:
# Wireless Combi relay 4 buttons
- xpath: './/product_airlink[@product_identifier="_0x4404"]'
node: "airlink_relay"
# Wireless Combi relay 2 buttons
- xpath: './/product_airlink[@product_identifier="_0x4403"]'
node: "airlink_relay"
# Dataline Lamp outlet
- xpath: './/product_dataline[@product_identifier="_0x2202"]'
node: "dataline_output"