File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
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 %}
You can’t perform that action at this time.
0 commit comments