From 50d54e40e1aa6427ddc08eb2e89facdb2cde9cb6 Mon Sep 17 00:00:00 2001 From: aidbish <38182386+aidbish@users.noreply.github.com> Date: Thu, 4 Jul 2019 02:42:46 +1000 Subject: [PATCH] Update met.markdown (#9768) * Update met.markdown * :pencil2: Tweak * :pencil2: Tweak --- source/_components/met.markdown | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/source/_components/met.markdown b/source/_components/met.markdown index 9e970b9abec..a1df12a9f8f 100644 --- a/source/_components/met.markdown +++ b/source/_components/met.markdown @@ -18,28 +18,31 @@ redirect_from: The `met` platform uses the [Met.no](https://met.no/) web service as a source for meteorological data for your location. The weather forecast is delivered by the Norwegian Meteorological Institute and the NRK. +

+ Configuration of the Met.no platform via configuration.yaml is deprecated from version 0.95 +

+ ## {% linkable_title Configuration %} -To add Met to your installation, add the following to your `configuration.yaml` file: - -```yaml -weather: - - platform: met -``` +To add Met.no to your installation, go to Configuration >> Integrations in the UI and enable the Met.no integration. By default the values will be taken from the Home Assistant configuration. {% configuration %} +name: + description: Manually specify Name. + required: true + default: Provided by Home Assistant configuration latitude: - description: Manually specify latitude. By default the value will be taken from the Home Assistant configuration. - required: false + description: Manually specify latitude. + required: true type: number default: Provided by Home Assistant configuration longitude: - description: Manually specify longitude. By default the value will be taken from the Home Assistant configuration. - required: false + description: Manually specify longitude. + required: true type: number default: Provided by Home Assistant configuration altitude: - description: Manually specify altitude. By default the value will be taken from the Home Assistant configuration. + description: Manually specify altitude. required: false type: number default: Provided by Home Assistant configuration