Add Leviton brand (#79244)

This commit is contained in:
Paulus Schoutsen 2022-09-29 06:28:51 -04:00 committed by GitHub
parent 4bd686bdb1
commit a1c26cd4cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 5 deletions

View File

@ -3,3 +3,4 @@
azure-*.yml
docs/source/_templates/*
homeassistant/components/*/translations/*.json
homeassistant/generated/*

View File

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

View File

@ -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"]
}

View File

@ -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",

View File

@ -13,5 +13,4 @@ HAS_SUPPORTED_BRANDS = [
"thermobeacon",
"wemo",
"yalexs_ble",
"zwave_js",
]