Add Pinecil virtual integration supported by IronOS (#122803)

This commit is contained in:
Mr. Bubbles 2024-07-31 21:24:15 +02:00 committed by GitHub
parent 2910369647
commit 7bc2381a45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1 @@
"""Pinecil integration."""

View file

@ -0,0 +1,6 @@
{
"domain": "pinecil",
"name": "Pinecil",
"integration_type": "virtual",
"supported_by": "iron_os"
}

View file

@ -4599,6 +4599,11 @@
"config_flow": false,
"iot_class": "local_push"
},
"pinecil": {
"name": "Pinecil",
"integration_type": "virtual",
"supported_by": "iron_os"
},
"ping": {
"name": "Ping (ICMP)",
"integration_type": "hub",