From f7b6bbaa1b97a3f0d917a02e9b16908b6edcbca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Moreno?= Date: Tue, 25 May 2021 13:20:09 +0200 Subject: [PATCH] Add documentation for new Meteoclimatic integration (#13786) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Meteoclimatic integration documentation Signed-off-by: Adrián Moreno * Set HA release target Signed-off-by: Adrián Moreno * Apply frenck's suggestions Signed-off-by: Adrian Moreno * Remove sensor redirect Signed-off-by: Adrian Moreno * Remove weather redirect Signed-off-by: Adrian Moreno * Final tweaks Co-authored-by: Franck Nijhof --- CODEOWNERS | 1 + source/_integrations/meteoclimatic.markdown | 22 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 source/_integrations/meteoclimatic.markdown diff --git a/CODEOWNERS b/CODEOWNERS index de2517f57b7..a5c84b2f2db 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -269,6 +269,7 @@ source/_integrations/met.markdown @danielhiversen @thimic source/_integrations/met_eireann.markdown @DylanGore source/_integrations/meteo_france.markdown @hacf-fr @oncleben31 @Quentame source/_integrations/meteoalarm.markdown @rolfberkenbosch +source/_integrations/meteoclimatic.markdown @adrianmo source/_integrations/metoffice.markdown @MrHarcombe source/_integrations/miflora.markdown @danielhiversen @basnijholt source/_integrations/mikrotik.markdown @engrbm87 diff --git a/source/_integrations/meteoclimatic.markdown b/source/_integrations/meteoclimatic.markdown new file mode 100644 index 00000000000..8b82f74362d --- /dev/null +++ b/source/_integrations/meteoclimatic.markdown @@ -0,0 +1,22 @@ +--- +title: Meteoclimatic +description: Instructions on how to integrate Meteoclimatic within Home Assistant. +ha_release: 2021.6 +ha_iot_class: Cloud Polling +ha_category: + - Weather +ha_codeowners: + - '@adrianmo' +ha_config_flow: true +ha_domain: meteoclimatic +--- + +The Meteoclimatic integration uses the [Meteoclimatic](https://www.meteoclimatic.net/) web service as a source for meteorological data for your location. The location is based on the Meteoclimatic station code (e.g., `ESCAT4300000043206B`) and the weather data reported is based on the capabilities of each station. + +There is currently support for the following platforms within Home Assistant: + +- Weather + +It displays the current weather reported by specific Meteoclimatic stations. + +{% include integrations/config_flow.md %}