Add quadrafire virtual integration for Intellifire (#89316)
This commit is contained in:
parent
c5ff3e9914
commit
ead3662b7a
3 changed files with 12 additions and 0 deletions
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…
Add table
Reference in a new issue