Add monessen virtual integration for Intellifire (#89315)
This commit is contained in:
parent
b875706bdd
commit
752d5958dc
3 changed files with 12 additions and 0 deletions
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",
|
||||
|
|
Loading…
Add table
Reference in a new issue