mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Add Pitsos virtual integration (#141610)
This commit is contained in:
parent
dde037291a
commit
01169e9184
1
homeassistant/components/pitsos/__init__.py
Normal file
1
homeassistant/components/pitsos/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Pitsos virtual integration."""
|
6
homeassistant/components/pitsos/manifest.json
Normal file
6
homeassistant/components/pitsos/manifest.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "pitsos",
|
||||
"name": "Pitsos",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "home_connect"
|
||||
}
|
@ -4914,6 +4914,11 @@
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "wyoming"
|
||||
},
|
||||
"pitsos": {
|
||||
"name": "Pitsos",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "home_connect"
|
||||
},
|
||||
"pjlink": {
|
||||
"name": "PJLink",
|
||||
"integration_type": "hub",
|
||||
|
Loading…
x
Reference in New Issue
Block a user