mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Add Shelly zwave virtual integration (#145749)
This commit is contained in:
parent
e825bd0bdb
commit
fb83396522
6
homeassistant/brands/shelly.json
Normal file
6
homeassistant/brands/shelly.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "shelly",
|
||||
"name": "shelly",
|
||||
"integrations": ["shelly"],
|
||||
"iot_standards": ["zwave"]
|
||||
}
|
@ -5867,10 +5867,18 @@
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
"shelly": {
|
||||
"name": "Shelly",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
"name": "shelly",
|
||||
"integrations": {
|
||||
"shelly": {
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push",
|
||||
"name": "Shelly"
|
||||
}
|
||||
},
|
||||
"iot_standards": [
|
||||
"zwave"
|
||||
]
|
||||
},
|
||||
"shodan": {
|
||||
"name": "Shodan",
|
||||
|
Loading…
x
Reference in New Issue
Block a user