mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add sensor platform to Meteoclimatic integration (#18081)
This commit is contained in:
parent
79b85278f7
commit
0a34639da7
@ -4,12 +4,14 @@ description: Instructions on how to integrate Meteoclimatic within Home Assistan
|
||||
ha_release: 2021.6
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_category:
|
||||
- Sensor
|
||||
- Weather
|
||||
ha_codeowners:
|
||||
- '@adrianmo'
|
||||
ha_config_flow: true
|
||||
ha_domain: meteoclimatic
|
||||
ha_platforms:
|
||||
- sensor
|
||||
- weather
|
||||
---
|
||||
|
||||
@ -18,7 +20,30 @@ The Meteoclimatic integration uses the [Meteoclimatic](https://www.meteoclimatic
|
||||
There is currently support for the following platforms within Home Assistant:
|
||||
|
||||
- Weather
|
||||
- [Sensor](#sensor)
|
||||
|
||||
It displays the current weather reported by specific Meteoclimatic stations.
|
||||
It displays the current weather along with individual sensors that include daily maximum and minimum values.
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
## Sensor
|
||||
|
||||
This integration provides the following sensors:
|
||||
|
||||
|Name|Description|
|
||||
|----|-----------|
|
||||
|Daily Max Humidity|Maximum humidity for the past 24 hours in %|
|
||||
|Daily Max Pressure|Maximum pressure for the past 24 hours in hPa|
|
||||
|Daily Max Temperature|Maximum temperature for the past 24 hours in °C|
|
||||
|Daily Max Wind Speed|Maximum wind speed for the past 24 hours in km/h|
|
||||
|Daily Min Humidity|Minimum humidity for the past 24 hours in %|
|
||||
|Daily Min Pressure|Minimum pressure for the past 24 hours in hPa|
|
||||
|Daily Min Temperature|Minimum temperature for the past 24 hours in °C|
|
||||
|Daily Precipitation|Precipitation cumulation for past 24 hours in mm|
|
||||
|Humidity|The current humidity in %|
|
||||
|Pressure|The current pressure in hPa|
|
||||
|Temperature|The current temperature in °C|
|
||||
|Wind Bearing|The current wind bearing in °|
|
||||
|Wind Speed|The current wind speed in km/h|
|
||||
|
||||
Warning: As not all weather stations have the same capabilities, some sensors might not be available for certain weather stations. Sensors are only added if data is available and provided by Meteoclimatic.
|
||||
|
Loading…
x
Reference in New Issue
Block a user