mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add Pinecil virtual integration supported by IronOS (#122803)
This commit is contained in:
parent
2910369647
commit
7bc2381a45
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…
x
Reference in New Issue
Block a user