Skip to content

Commit

Permalink
Add a couple more brands (home-assistant#79600)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Oct 4, 2022
1 parent 723d415 commit 1efa374
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 0 deletions.
5 changes: 5 additions & 0 deletions homeassistant/brands/inovelli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"domain": "inovelli",
"name": "Inovelli",
"iot_standards": ["zigbee", "zwave"]
}
5 changes: 5 additions & 0 deletions homeassistant/brands/jasco.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"domain": "jasco",
"name": "Jasco",
"iot_standards": ["zwave"]
}
5 changes: 5 additions & 0 deletions homeassistant/brands/u_tec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"domain": "u_tec",
"name": "U-tec",
"iot_standards": ["zwave"]
}
5 changes: 5 additions & 0 deletions homeassistant/brands/zooz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"domain": "zooz",
"name": "Zooz",
"iot_standards": ["zwave"]
}
25 changes: 25 additions & 0 deletions homeassistant/generated/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1935,6 +1935,13 @@
"iot_class": "local_push",
"name": "INKBIRD"
},
"inovelli": {
"name": "Inovelli",
"iot_standards": [
"zigbee",
"zwave"
]
},
"insteon": {
"config_flow": true,
"iot_class": "local_push",
Expand Down Expand Up @@ -2009,6 +2016,12 @@
"iot_class": "local_polling",
"name": "iZone"
},
"jasco": {
"name": "Jasco",
"iot_standards": [
"zwave"
]
},
"jellyfin": {
"config_flow": true,
"iot_class": "local_polling",
Expand Down Expand Up @@ -4550,6 +4563,12 @@
"iot_class": "cloud_push",
"name": "Twitter"
},
"u_tec": {
"name": "U-tec",
"iot_standards": [
"zwave"
]
},
"ubiquiti": {
"name": "Ubiquiti",
"integrations": {
Expand Down Expand Up @@ -5048,6 +5067,12 @@
"iot_class": "local_polling",
"name": "ZoneMinder"
},
"zooz": {
"name": "Zooz",
"iot_standards": [
"zwave"
]
},
"zwave_js": {
"config_flow": true,
"iot_class": "local_push",
Expand Down

0 comments on commit 1efa374

Please sign in to comment.