Skip to content
Snippets Groups Projects
Unverified Commit a1c26cd4 authored by Paulus Schoutsen's avatar Paulus Schoutsen Committed by GitHub
Browse files

Add Leviton brand (#79244)

parent 4bd686bd
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,4 @@
azure-*.yml
docs/source/_templates/*
homeassistant/components/*/translations/*.json
homeassistant/generated/*
{
"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",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment