1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Add Decora Wifi to Leviton brand (#161441)

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
Joost Lekkerkerker
2026-01-26 09:00:31 +01:00
committed by GitHub
parent 98b7ffcbdd
commit c0d265375a
2 changed files with 9 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
{
"domain": "leviton",
"name": "Leviton",
"integrations": ["decora_wifi"],
"iot_standards": ["zwave"]
}

View File

@@ -1235,12 +1235,6 @@
"config_flow": true,
"iot_class": "local_push"
},
"decora_wifi": {
"name": "Leviton Decora Wi-Fi",
"integration_type": "hub",
"config_flow": false,
"iot_class": "cloud_polling"
},
"decorquip": {
"name": "Decorquip Dream",
"integration_type": "virtual",
@@ -3535,6 +3529,14 @@
},
"leviton": {
"name": "Leviton",
"integrations": {
"decora_wifi": {
"integration_type": "hub",
"config_flow": false,
"iot_class": "cloud_polling",
"name": "Leviton Decora Wi-Fi"
}
},
"iot_standards": [
"zwave"
]