Add Leviton brand (#79244)
parent
4bd686bdb1
commit
a1c26cd4cd
|
@ -3,3 +3,4 @@
|
|||
azure-*.yml
|
||||
docs/source/_templates/*
|
||||
homeassistant/components/*/translations/*.json
|
||||
homeassistant/generated/*
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"domain": "leviton",
|
||||
"name": "Leviton",
|
||||
"iot_standards": ["zwave"]
|
||||
}
|
|
@ -21,8 +21,5 @@
|
|||
}
|
||||
],
|
||||
"zeroconf": ["_zwave-js-server._tcp.local."],
|
||||
"loggers": ["zwave_js_server"],
|
||||
"supported_brands": {
|
||||
"leviton_z_wave": "Leviton Z-Wave"
|
||||
}
|
||||
"loggers": ["zwave_js_server"]
|
||||
}
|
||||
|
|
|
@ -2267,6 +2267,12 @@
|
|||
"iot_class": "local_polling",
|
||||
"name": "LED BLE"
|
||||
},
|
||||
"leviton": {
|
||||
"name": "Leviton",
|
||||
"iot_standards": [
|
||||
"zwave"
|
||||
]
|
||||
},
|
||||
"lg_netcast": {
|
||||
"config_flow": false,
|
||||
"iot_class": "local_polling",
|
||||
|
|
|
@ -13,5 +13,4 @@ HAS_SUPPORTED_BRANDS = [
|
|||
"thermobeacon",
|
||||
"wemo",
|
||||
"yalexs_ble",
|
||||
"zwave_js",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue