mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +00:00
Add Leviton brand (#79244)
This commit is contained in:
parent
4bd686bdb1
commit
a1c26cd4cd
@ -3,3 +3,4 @@
|
||||
azure-*.yml
|
||||
docs/source/_templates/*
|
||||
homeassistant/components/*/translations/*.json
|
||||
homeassistant/generated/*
|
||||
|
5
homeassistant/brands/leviton.json
Normal file
5
homeassistant/brands/leviton.json
Normal file
@ -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…
x
Reference in New Issue
Block a user