mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +00:00
Remove monitored conditions config (#9789)
In ADR0003 monitored conditions and equal configuration options have to be removed. This was implemented in #24944.
This commit is contained in:
parent
368c941f7e
commit
fff4cf5735
@ -318,14 +318,7 @@ climate:
|
|||||||
The `netatmo` sensor platform is consuming the information provided by a [Netatmo Weather Station](https://www.netatmo.com/en-us/weather/weatherstation), a
|
The `netatmo` sensor platform is consuming the information provided by a [Netatmo Weather Station](https://www.netatmo.com/en-us/weather/weatherstation), a
|
||||||
[Netatmo Home Coach](https://www.netatmo.com/en-us/aircare/homecoach) [Netatmo](https://www.netatmo.com) device or the public sensors of others available via the [Netatmo API](https://weathermap.netatmo.com/) even if you don't own a Netatmo device.
|
[Netatmo Home Coach](https://www.netatmo.com/en-us/aircare/homecoach) [Netatmo](https://www.netatmo.com) device or the public sensors of others available via the [Netatmo API](https://weathermap.netatmo.com/) even if you don't own a Netatmo device.
|
||||||
|
|
||||||
Public sensors have to be set up manually. Currently the following conditions are supported for the public sensors:
|
Public sensors have to be set up manually.
|
||||||
|
|
||||||
* temperature
|
|
||||||
* pressure
|
|
||||||
* humidity
|
|
||||||
* rain
|
|
||||||
* windstrength
|
|
||||||
* guststrength
|
|
||||||
|
|
||||||
## Advanced sensor configuration
|
## Advanced sensor configuration
|
||||||
|
|
||||||
@ -338,11 +331,8 @@ sensor:
|
|||||||
- platform: netatmo
|
- platform: netatmo
|
||||||
station: STATION_NAME
|
station: STATION_NAME
|
||||||
modules:
|
modules:
|
||||||
module_name1:
|
- module_name1
|
||||||
- temperature
|
- module_name2
|
||||||
module_name2:
|
|
||||||
- temperature
|
|
||||||
- battery_vp
|
|
||||||
|
|
||||||
# Public sensor
|
# Public sensor
|
||||||
- platform: netatmo
|
- platform: netatmo
|
||||||
@ -351,13 +341,6 @@ sensor:
|
|||||||
lon_ne: -73.735
|
lon_ne: -73.735
|
||||||
lat_sw: 40.552
|
lat_sw: 40.552
|
||||||
lon_sw: -74.105
|
lon_sw: -74.105
|
||||||
monitored_conditions:
|
|
||||||
- temperature
|
|
||||||
- pressure
|
|
||||||
- humidity
|
|
||||||
- rain
|
|
||||||
- windstrength
|
|
||||||
- guststrength
|
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -374,45 +357,6 @@ modules:
|
|||||||
type: list
|
type: list
|
||||||
required: true
|
required: true
|
||||||
description: Name of the module.
|
description: Name of the module.
|
||||||
keys:
|
|
||||||
temperature:
|
|
||||||
description: Current temperature.
|
|
||||||
co2:
|
|
||||||
description: CO2 concentration in ppm.
|
|
||||||
pressure:
|
|
||||||
description: Pressure in mbar.
|
|
||||||
noise:
|
|
||||||
description: Noise level in dB.
|
|
||||||
humidity:
|
|
||||||
description: "Humidity in %."
|
|
||||||
health_idx:
|
|
||||||
description: "Air health as one of the values Healthy, Fine, Fair, Poor, Unhealthy."
|
|
||||||
rain:
|
|
||||||
description: Estimated rainfall for today in mm.
|
|
||||||
sum_rain_1:
|
|
||||||
description: Rainfall in the last hour in mm.
|
|
||||||
sum_rain_24:
|
|
||||||
description: "Rainfall in mm from 00:00am - 23:59pm."
|
|
||||||
windangle:
|
|
||||||
description: Wind angle
|
|
||||||
windstrength:
|
|
||||||
description: Wind strength
|
|
||||||
gustangle:
|
|
||||||
description: Wind gust angle
|
|
||||||
guststrength:
|
|
||||||
description: Wind gust strength
|
|
||||||
min_temp:
|
|
||||||
description: Min temperature for today
|
|
||||||
max_temp:
|
|
||||||
description: Max temperature for today
|
|
||||||
rf_status:
|
|
||||||
description: "Current radio status per module. (90=low, 60=highest)"
|
|
||||||
wifi_status:
|
|
||||||
description: Wifi status per Base station
|
|
||||||
battery_vp:
|
|
||||||
description: Current battery status per module.
|
|
||||||
battery_percent:
|
|
||||||
description: Percentage of battery remaining per module.
|
|
||||||
areas:
|
areas:
|
||||||
description: The list contains one or more areas to add as sensors.
|
description: The list contains one or more areas to add as sensors.
|
||||||
required: false
|
required: false
|
||||||
@ -434,10 +378,6 @@ areas:
|
|||||||
description: Longitude of south-western corner of area.
|
description: Longitude of south-western corner of area.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
monitored_conditions:
|
|
||||||
description: List of environment conditions to monitor.
|
|
||||||
required: true
|
|
||||||
type: list
|
|
||||||
name:
|
name:
|
||||||
description: Name of the sensor.
|
description: Name of the sensor.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user