mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Add monessen virtual integration for Intellifire (#89315)
This commit is contained in:
parent
b875706bdd
commit
752d5958dc
1
homeassistant/components/monessen/__init__.py
Normal file
1
homeassistant/components/monessen/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
"""Virtual integration for Monessen Fireplace."""
|
6
homeassistant/components/monessen/manifest.json
Normal file
6
homeassistant/components/monessen/manifest.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "monessen",
|
||||||
|
"name": "Monessen",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "intellifire"
|
||||||
|
}
|
@ -3389,6 +3389,11 @@
|
|||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
"monessen": {
|
||||||
|
"name": "Monessen",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "intellifire"
|
||||||
|
},
|
||||||
"monoprice": {
|
"monoprice": {
|
||||||
"name": "Monoprice 6-Zone Amplifier",
|
"name": "Monoprice 6-Zone Amplifier",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user