mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add quadrafire virtual integration for Intellifire (#89316)
This commit is contained in:
parent
c5ff3e9914
commit
ead3662b7a
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user