mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Add ZonderGas virtual integration (#109601)
This commit is contained in:
parent
2f724b042b
commit
7042ae0596
1
homeassistant/components/zondergas/__init__.py
Normal file
1
homeassistant/components/zondergas/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
"""Virtual integration: ZonderGas."""
|
6
homeassistant/components/zondergas/manifest.json
Normal file
6
homeassistant/components/zondergas/manifest.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "zondergas",
|
||||||
|
"name": "ZonderGas",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "energyzero"
|
||||||
|
}
|
@ -6952,6 +6952,11 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "calculated"
|
"iot_class": "calculated"
|
||||||
},
|
},
|
||||||
|
"zondergas": {
|
||||||
|
"name": "ZonderGas",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "energyzero"
|
||||||
|
},
|
||||||
"zoneminder": {
|
"zoneminder": {
|
||||||
"name": "ZoneMinder",
|
"name": "ZoneMinder",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user