mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
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>
This commit is contained in:
parent
c39a17bee6
commit
2a5b24e2a0
27
source/_integrations/ambient_network.markdown
Normal file
27
source/_integrations/ambient_network.markdown
Normal file
@ -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 <https://ambientwether.net/> without requiring an API key,
|
||||
albeit with a reduced dataset (for example, excluding indoor sensors).
|
||||
|
||||
{% include integrations/config_flow.md %}
|
Loading…
x
Reference in New Issue
Block a user