Add Pinecil virtual integration supported by IronOS (#122803)
This commit is contained in:
parent
2910369647
commit
7bc2381a45
3 changed files with 12 additions and 0 deletions
1
homeassistant/components/pinecil/__init__.py
Normal file
1
homeassistant/components/pinecil/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Pinecil integration."""
|
6
homeassistant/components/pinecil/manifest.json
Normal file
6
homeassistant/components/pinecil/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "pinecil",
|
||||
"name": "Pinecil",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "iron_os"
|
||||
}
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue