mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Add Pinecil virtual integration supported by IronOS (#122803)
This commit is contained in:
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",
|
||||
|
Reference in New Issue
Block a user