mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +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,
|
||||
"iot_class": "calculated"
|
||||
},
|
||||
"quadrafire": {
|
||||
"name": "Quadra-Fire",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "intellifire"
|
||||
},
|
||||
"quantum_gateway": {
|
||||
"name": "Quantum Gateway",
|
||||
"integration_type": "hub",
|
||||
|
Reference in New Issue
Block a user