Add Shelly zwave virtual integration (#145749)

This commit is contained in:
Abílio Costa 2025-05-28 14:56:47 +01:00 committed by Bram Kragten
parent e825bd0bdb
commit fb83396522
2 changed files with 18 additions and 4 deletions

View File

@ -0,0 +1,6 @@
{
"domain": "shelly",
"name": "shelly",
"integrations": ["shelly"],
"iot_standards": ["zwave"]
}

View File

@ -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",