diff --git a/homeassistant/components/vermont_castings/__init__.py b/homeassistant/components/vermont_castings/__init__.py new file mode 100644 index 00000000000..d2c0b775143 --- /dev/null +++ b/homeassistant/components/vermont_castings/__init__.py @@ -0,0 +1 @@ +"""Virtual integration for Vermont Castings fireplace.""" diff --git a/homeassistant/components/vermont_castings/manifest.json b/homeassistant/components/vermont_castings/manifest.json new file mode 100644 index 00000000000..301db38c8bd --- /dev/null +++ b/homeassistant/components/vermont_castings/manifest.json @@ -0,0 +1,6 @@ +{ + "domain": "vermont_castings", + "name": "Vermont Castings", + "integration_type": "virtual", + "supported_by": "intellifire" +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index cc53cf430d6..e8350284f13 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -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",