From 0a34639da7385a6b7be5d0b5d73c85b1507f290f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Moreno?= Date: Tue, 29 Jun 2021 13:52:51 +0200 Subject: [PATCH] Add sensor platform to Meteoclimatic integration (#18081) --- source/_integrations/meteoclimatic.markdown | 27 ++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/source/_integrations/meteoclimatic.markdown b/source/_integrations/meteoclimatic.markdown index 1564dfefa84..e2f5c7fdba0 100644 --- a/source/_integrations/meteoclimatic.markdown +++ b/source/_integrations/meteoclimatic.markdown @@ -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.