From df7c31f4fef59663a0471c4a4007644b4d4c72bd Mon Sep 17 00:00:00 2001 From: Jeef Date: Mon, 26 Feb 2024 15:16:56 -0700 Subject: [PATCH] Add Documentation for Weatherflow Cloud Integration (#30550) * Added docs for weatherflow cloud * Update source/_integrations/weatherflow_cloud.markdown Co-authored-by: G Johansson * Update source/_integrations/weatherflow_cloud.markdown --------- Co-authored-by: G Johansson --- .../_integrations/weatherflow_cloud.markdown | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 source/_integrations/weatherflow_cloud.markdown diff --git a/source/_integrations/weatherflow_cloud.markdown b/source/_integrations/weatherflow_cloud.markdown new file mode 100644 index 00000000000..a1fc45d345c --- /dev/null +++ b/source/_integrations/weatherflow_cloud.markdown @@ -0,0 +1,20 @@ +--- +title: WeatherFlow Cloud +description: Instructions on the Cloud based WeatherFlow integration +ha_release: '2024.3' +ha_category: + - Environment + - Weather +ha_platforms: + - weather +ha_iot_class: Cloud Poll +ha_config_flow: true +ha_codeowners: + - '@jeeftor' +ha_domain: weatherflow_cloud +ha_integration_type: hub +--- + +The **WeatherFlow Cloud** integration provides access to cloud provided Weather Forecast of a user's Tempest Weather Stations. In order to access the station you will need to configure the integration with an [Api Key](https://weatherflow.github.io/Tempest/api/). + +{% include integrations/config_flow.md %}