Add vermont_castings virtual integration for Intellifire (#89317)
This commit is contained in:
parent
4a082403eb
commit
3545209355
3 changed files with 12 additions and 0 deletions
1
homeassistant/components/vermont_castings/__init__.py
Normal file
1
homeassistant/components/vermont_castings/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration for Vermont Castings fireplace."""
|
6
homeassistant/components/vermont_castings/manifest.json
Normal file
6
homeassistant/components/vermont_castings/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "vermont_castings",
|
||||
"name": "Vermont Castings",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "intellifire"
|
||||
}
|
|
@ -5993,6 +5993,11 @@
|
|||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
"vermont_castings": {
|
||||
"name": "Vermont Castings",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "intellifire"
|
||||
},
|
||||
"versasense": {
|
||||
"name": "VersaSense",
|
||||
"integration_type": "hub",
|
||||
|
|
Loading…
Add table
Reference in a new issue