1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00

Add node_def_id for ISY994i wrapped X10 modules (#31815)

This commit is contained in:
Paulus Schoutsen 2020-03-04 17:42:18 -08:00 committed by GitHub
parent eac1f029e5
commit c4ed2ecb61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,6 +142,7 @@ NODE_FILTERS = {
"AlertModuleArmed", "AlertModuleArmed",
"Siren", "Siren",
"Siren_ADV", "Siren_ADV",
"X10",
], ],
"insteon_type": ["2.", "9.10.", "9.11.", "113."], "insteon_type": ["2.", "9.10.", "9.11.", "113."],
}, },