diff --git a/homeassistant/brands/heatit.json b/homeassistant/brands/heatit.json new file mode 100644 index 00000000000..8fc64c13905 --- /dev/null +++ b/homeassistant/brands/heatit.json @@ -0,0 +1,5 @@ +{ + "domain": "heatit", + "name": "Heatit", + "iot_standards": ["zwave"] +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index e2f825f76e9..d366414f1ee 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -2701,6 +2701,12 @@ "config_flow": false, "iot_class": "local_push" }, + "heatit": { + "name": "Heatit", + "iot_standards": [ + "zwave" + ] + }, "heatmiser": { "name": "Heatmiser", "integration_type": "hub",