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:
committed by
GitHub
parent
98b7ffcbdd
commit
c0d265375a
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"domain": "leviton",
|
||||
"name": "Leviton",
|
||||
"integrations": ["decora_wifi"],
|
||||
"iot_standards": ["zwave"]
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user