Add virtual integration: Piper (#93182)
parent
af1bac8745
commit
08fd0fd441
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Piper."""
|
|
@ -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…
Reference in New Issue