mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Added docs for new Ambient PWS fields (#8432)
* Added docs for new Ambient PWS fields * Minor change
This commit is contained in:
parent
a486f521ff
commit
8e2f845102
@ -14,10 +14,9 @@ redirect_from:
|
||||
---
|
||||
|
||||
The `Ambient Weather Station` component retrieves local weather information
|
||||
via personal weather stations from
|
||||
[Ambient Weather](https://ambientweather.net).
|
||||
via personal weather stations from [Ambient Weather](https://ambientweather.net).
|
||||
|
||||
## {% linkable_title Generating API Keys and Application Keys %}
|
||||
## {% linkable_title Setup %}
|
||||
|
||||
Using this component requires both an Application Key and an API Key. To
|
||||
generate both, simply utilize the profile section of
|
||||
@ -31,8 +30,8 @@ following to your `configuration.yaml` file:
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
ambient_station:
|
||||
api_key: <YOUR API KEY>
|
||||
app_key: <YOUR APPLICATION KEY>
|
||||
api_key: YOUR_API_KEY
|
||||
app_key: YOUR_APPLICATION_KEY
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
@ -57,6 +56,26 @@ monitored_conditions:
|
||||
description: Relative atmospheric pressure
|
||||
battout:
|
||||
description: Weather station battery health
|
||||
batt1:
|
||||
description: Sensor 1 battery health
|
||||
batt2:
|
||||
description: Sensor 2 battery health
|
||||
batt3:
|
||||
description: Sensor 3 battery health
|
||||
batt4:
|
||||
description: Sensor 4 battery health
|
||||
batt5:
|
||||
description: Sensor 5 battery health
|
||||
batt6:
|
||||
description: Sensor 6 battery health
|
||||
batt7:
|
||||
description: Sensor 7 battery health
|
||||
batt8:
|
||||
description: Sensor 8 battery health
|
||||
batt9:
|
||||
description: Sensor 9 battery health
|
||||
batt10:
|
||||
description: Sensor 10 battery health
|
||||
co2:
|
||||
description: CO2 level
|
||||
dailyrainin:
|
||||
@ -71,6 +90,26 @@ monitored_conditions:
|
||||
description: Hourly rain accumulation
|
||||
humidity:
|
||||
description: Outdoor humidity
|
||||
humidity1:
|
||||
description: Sensor 1 humidity
|
||||
humidity2:
|
||||
description: Sensor 2 humidity
|
||||
humidity3:
|
||||
description: Sensor 3 humidity
|
||||
humidity4:
|
||||
description: Sensor 4 humidity
|
||||
humidity5:
|
||||
description: Sensor 5 humidity
|
||||
humidity6:
|
||||
description: Sensor 6 humidity
|
||||
humidity7:
|
||||
description: Sensor 7 humidity
|
||||
humidity8:
|
||||
description: Sensor 8 humidity
|
||||
humidity9:
|
||||
description: Sensor 9 humidity
|
||||
humidity10:
|
||||
description: Sensor 10 humidity
|
||||
humidityin:
|
||||
description: Indoor humidity
|
||||
lastRain:
|
||||
@ -79,8 +118,88 @@ monitored_conditions:
|
||||
description: Max daily wind gust
|
||||
monthlyrainin:
|
||||
description: Monthly rain accumulation
|
||||
relay1:
|
||||
description: Sensor 1 relay status
|
||||
relay2:
|
||||
description: Sensor 2 relay status
|
||||
relay3:
|
||||
description: Sensor 3 relay status
|
||||
relay4:
|
||||
description: Sensor 4 relay status
|
||||
relay5:
|
||||
description: Sensor 5 relay status
|
||||
relay6:
|
||||
description: Sensor 6 relay status
|
||||
relay7:
|
||||
description: Sensor 7 relay status
|
||||
relay8:
|
||||
description: Sensor 8 relay status
|
||||
relay9:
|
||||
description: Sensor 9 relay status
|
||||
relay10:
|
||||
description: Sensor 10 relay status
|
||||
soilhum1:
|
||||
description: Sensor 1 soil humidity
|
||||
soilhum2:
|
||||
description: Sensor 2 soil humidity
|
||||
soilhum3:
|
||||
description: Sensor 3 soil humidity
|
||||
soilhum4:
|
||||
description: Sensor 4 soil humidity
|
||||
soilhum5:
|
||||
description: Sensor 5 soil humidity
|
||||
soilhum6:
|
||||
description: Sensor 6 soil humidity
|
||||
soilhum7:
|
||||
description: Sensor 7 soil humidity
|
||||
soilhum8:
|
||||
description: Sensor 8 soil humidity
|
||||
soilhum9:
|
||||
description: Sensor 9 soil humidity
|
||||
soilhum10:
|
||||
description: Sensor 10 soil humidity
|
||||
soiltemp1f:
|
||||
description: Sensor 1 soil temperature
|
||||
soiltemp2f:
|
||||
description: Sensor 2 soil temperature
|
||||
soiltemp3f:
|
||||
description: Sensor 3 soil temperature
|
||||
soiltemp4f:
|
||||
description: Sensor 4 soil temperature
|
||||
soiltemp5f:
|
||||
description: Sensor 5 soil temperature
|
||||
soiltemp6f:
|
||||
description: Sensor 6 soil temperature
|
||||
soiltemp7f:
|
||||
description: Sensor 7 soil temperature
|
||||
soiltemp8f:
|
||||
description: Sensor 8 soil temperature
|
||||
soiltemp9f:
|
||||
description: Sensor 9 soil temperature
|
||||
soiltemp10f:
|
||||
description: Sensor 10 soil temperature
|
||||
solarradiation:
|
||||
description: Solar radiation
|
||||
temp1f:
|
||||
description: Sensor 1 temperature
|
||||
temp2f:
|
||||
description: Sensor 2 temperature
|
||||
temp3f:
|
||||
description: Sensor 3 temperature
|
||||
temp4f:
|
||||
description: Sensor 4 temperature
|
||||
temp5f:
|
||||
description: Sensor 5 temperature
|
||||
temp6f:
|
||||
description: Sensor 6 temperature
|
||||
temp7f:
|
||||
description: Sensor 7 temperature
|
||||
temp8f:
|
||||
description: Sensor 8 temperature
|
||||
temp9f:
|
||||
description: Sensor 9 temperature
|
||||
temp10f:
|
||||
description: Sensor 10 temperature
|
||||
tempf:
|
||||
description: Outdoor temperature
|
||||
tempinf:
|
||||
|
Loading…
x
Reference in New Issue
Block a user