mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 14:31:13 +00:00
New virtual integration Vagner Pool supported by pooldose (#156678)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
1
homeassistant/components/vagner_pool/__init__.py
Normal file
1
homeassistant/components/vagner_pool/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Virtual integration: VÁGNER POOL."""
|
||||
6
homeassistant/components/vagner_pool/manifest.json
Normal file
6
homeassistant/components/vagner_pool/manifest.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "vagner_pool",
|
||||
"name": "V\u00c1GNER POOL",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "pooldose"
|
||||
}
|
||||
@@ -7191,6 +7191,11 @@
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"vagner_pool": {
|
||||
"name": "V\u00c1GNER POOL",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "pooldose"
|
||||
},
|
||||
"vallox": {
|
||||
"name": "Vallox",
|
||||
"integration_type": "hub",
|
||||
|
||||
Reference in New Issue
Block a user