Skip to content

Commit

Permalink
Add Leviton brand (home-assistant#79244)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Sep 29, 2022
1 parent 4bd686b commit a1c26cd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
azure-*.yml
docs/source/_templates/*
homeassistant/components/*/translations/*.json
homeassistant/generated/*
5 changes: 5 additions & 0 deletions homeassistant/brands/leviton.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"domain": "leviton",
"name": "Leviton",
"iot_standards": ["zwave"]
}
5 changes: 1 addition & 4 deletions homeassistant/components/zwave_js/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
6 changes: 6 additions & 0 deletions homeassistant/generated/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion homeassistant/generated/supported_brands.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
"thermobeacon",
"wemo",
"yalexs_ble",
"zwave_js",
]

0 comments on commit a1c26cd

Please sign in to comment.