mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +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,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"monessen": {
|
||||
"name": "Monessen",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "intellifire"
|
||||
},
|
||||
"monoprice": {
|
||||
"name": "Monoprice 6-Zone Amplifier",
|
||||
"integration_type": "hub",
|
||||
|
Reference in New Issue
Block a user