From 2a5b24e2a0a8f83e02f6f0a93c350de3d3cb39c6 Mon Sep 17 00:00:00 2001 From: Thomas Kistler Date: Mon, 22 Apr 2024 07:42:48 -0700 Subject: [PATCH] Add documentation for new Ambient Weather Network integration (#30347) * Add documentation for ambient weather network integration. * Remove documentation for virtual stations * Slight wording change * Tiny tweak --------- Co-authored-by: Thomas Kistler Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/ambient_network.markdown | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 source/_integrations/ambient_network.markdown diff --git a/source/_integrations/ambient_network.markdown b/source/_integrations/ambient_network.markdown new file mode 100644 index 00000000000..8870ff6b9e3 --- /dev/null +++ b/source/_integrations/ambient_network.markdown @@ -0,0 +1,27 @@ +--- +title: Ambient Weather Network +description: How to integrate Ambient Weather Network station within Home Assistant. +ha_category: + - Weather +ha_release: 2024.1 +ha_iot_class: Cloud Polling +ha_config_flow: true +ha_codeowners: + - '@thomaskistler' +ha_domain: ambient_network +ha_platforms: + - sensor +ha_integration_type: hub +--- + +The **Ambient Weather Network** {% term integration %} retrieves local weather station information +via the [Ambient Weather Network](https://ambientweather.net). + +Similar to the [Ambient Weather Station](https://www.home-assistant.io/integrations/ambient_station/) +integration, this integration gathers sensor data from individual weather stations. +However, in contrast to the [Ambient Weather Station](https://www.home-assistant.io/integrations/ambient_station/) +integration, which exclusively enables owners to fetch data solely from their owned stations, this +integration directly pulls public data from without requiring an API key, +albeit with a reduced dataset (for example, excluding indoor sensors). + +{% include integrations/config_flow.md %}