Add virtual integration: Piper (#93182)
This commit is contained in:
parent
af1bac8745
commit
08fd0fd441
3 changed files with 12 additions and 0 deletions
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,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"piper": {
|
||||
"name": "Piper",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "wyoming"
|
||||
},
|
||||
"pjlink": {
|
||||
"name": "PJLink",
|
||||
"integration_type": "hub",
|
||||
|
|
Loading…
Add table
Reference in a new issue