mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Add Shelly zwave virtual integration (#145749)
This commit is contained in:
parent
bd5fef1ddb
commit
23a1dddc23
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"
|
"iot_class": "local_push"
|
||||||
},
|
},
|
||||||
"shelly": {
|
"shelly": {
|
||||||
"name": "Shelly",
|
"name": "shelly",
|
||||||
"integration_type": "device",
|
"integrations": {
|
||||||
"config_flow": true,
|
"shelly": {
|
||||||
"iot_class": "local_push"
|
"integration_type": "device",
|
||||||
|
"config_flow": true,
|
||||||
|
"iot_class": "local_push",
|
||||||
|
"name": "Shelly"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"iot_standards": [
|
||||||
|
"zwave"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"shodan": {
|
"shodan": {
|
||||||
"name": "Shodan",
|
"name": "Shodan",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user