mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Add monessen virtual integration for Intellifire (#89315)
This commit is contained in:
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",
|
||||||
|
Reference in New Issue
Block a user