Skip to content

Commit 2a5b24e

Browse files
thomaskistlerThomas Kistlerc0ffeeca7
authored
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 <thomas@uyei-kistler.como> Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
1 parent c39a17b commit 2a5b24e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Ambient Weather Network
3+
description: How to integrate Ambient Weather Network station within Home Assistant.
4+
ha_category:
5+
- Weather
6+
ha_release: 2024.1
7+
ha_iot_class: Cloud Polling
8+
ha_config_flow: true
9+
ha_codeowners:
10+
- '@thomaskistler'
11+
ha_domain: ambient_network
12+
ha_platforms:
13+
- sensor
14+
ha_integration_type: hub
15+
---
16+
17+
The **Ambient Weather Network** {% term integration %} retrieves local weather station information
18+
via the [Ambient Weather Network](https://ambientweather.net).
19+
20+
Similar to the [Ambient Weather Station](https://www.home-assistant.io/integrations/ambient_station/)
21+
integration, this integration gathers sensor data from individual weather stations.
22+
However, in contrast to the [Ambient Weather Station](https://www.home-assistant.io/integrations/ambient_station/)
23+
integration, which exclusively enables owners to fetch data solely from their owned stations, this
24+
integration directly pulls public data from <https://ambientwether.net/> without requiring an API key,
25+
albeit with a reduced dataset (for example, excluding indoor sensors).
26+
27+
{% include integrations/config_flow.md %}

0 commit comments

Comments
 (0)