From e55f48575bfc3ed8723d32a4cb3b560ea1cbbfb3 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 27 Jul 2023 17:35:39 +0200 Subject: [PATCH] Remove YAML setup option for Ambient station (#28349) --- source/_integrations/ambient_station.markdown | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/source/_integrations/ambient_station.markdown b/source/_integrations/ambient_station.markdown index a50ffb41a1f..a9a3f3865a5 100644 --- a/source/_integrations/ambient_station.markdown +++ b/source/_integrations/ambient_station.markdown @@ -25,27 +25,6 @@ Using this integration requires both an Application Key and an API Key. To generate both, simply utilize the profile section of [your Ambient Weather dashboard](https://dashboard.ambientweather.net). -To add your Ambient Weather PWS to your Home Assistant installation, add the -following to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -ambient_station: - api_key: YOUR_API_KEY - app_key: YOUR_APPLICATION_KEY -``` - -{% configuration %} -api_key: - description: The API key to access the service. - required: true - type: string -app_key: - description: The Application key to access the service. - required: true - type: string -{% endconfiguration %} - {% include integrations/config_flow.md %} ## Local API Option