diff --git a/homeassistant/brands/ambient_weather.json b/homeassistant/brands/ambient_weather.json new file mode 100644 index 00000000000..157f2a5b7bc --- /dev/null +++ b/homeassistant/brands/ambient_weather.json @@ -0,0 +1,5 @@ +{ + "domain": "ambient_weather", + "name": "Ambient Weather", + "integrations": ["ambient_network", "ambient_station"] +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 4133de4d4a3..fb3e33d3289 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -244,17 +244,22 @@ "config_flow": true, "iot_class": "cloud_polling" }, - "ambient_network": { - "name": "Ambient Weather Network", - "integration_type": "service", - "config_flow": true, - "iot_class": "cloud_polling" - }, - "ambient_station": { - "name": "Ambient Weather Station", - "integration_type": "hub", - "config_flow": true, - "iot_class": "cloud_push" + "ambient_weather": { + "name": "Ambient Weather", + "integrations": { + "ambient_network": { + "integration_type": "service", + "config_flow": true, + "iot_class": "cloud_polling", + "name": "Ambient Weather Network" + }, + "ambient_station": { + "integration_type": "hub", + "config_flow": true, + "iot_class": "cloud_push", + "name": "Ambient Weather Station" + } + } }, "amcrest": { "name": "Amcrest",