mirror of
https://github.com/home-assistant/core.git
synced 2025-06-18 03:57:10 +00:00
Add virtual integration: Piper (#93182)
This commit is contained in:
parent
af1bac8745
commit
08fd0fd441
1
homeassistant/components/piper/__init__.py
Normal file
1
homeassistant/components/piper/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
"""Virtual integration: Piper."""
|
6
homeassistant/components/piper/manifest.json
Normal file
6
homeassistant/components/piper/manifest.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "piper",
|
||||||
|
"name": "Piper",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "wyoming"
|
||||||
|
}
|
@ -4156,6 +4156,11 @@
|
|||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
"piper": {
|
||||||
|
"name": "Piper",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "wyoming"
|
||||||
|
},
|
||||||
"pjlink": {
|
"pjlink": {
|
||||||
"name": "PJLink",
|
"name": "PJLink",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user