mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Add quadrafire virtual integration for Intellifire (#89316)
This commit is contained in:
1
homeassistant/components/quadrafire/__init__.py
Normal file
1
homeassistant/components/quadrafire/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
"""Virtual integration for quadrafire."""
|
6
homeassistant/components/quadrafire/manifest.json
Normal file
6
homeassistant/components/quadrafire/manifest.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "quadrafire",
|
||||||
|
"name": "Quadra-Fire",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "intellifire"
|
||||||
|
}
|
@@ -4349,6 +4349,11 @@
|
|||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "calculated"
|
"iot_class": "calculated"
|
||||||
},
|
},
|
||||||
|
"quadrafire": {
|
||||||
|
"name": "Quadra-Fire",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "intellifire"
|
||||||
|
},
|
||||||
"quantum_gateway": {
|
"quantum_gateway": {
|
||||||
"name": "Quantum Gateway",
|
"name": "Quantum Gateway",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Reference in New Issue
Block a user