From 6f934570967c73ef10b9dc14592014e443ecdbb6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 30 Dec 2017 22:05:57 +0100 Subject: [PATCH] Add missing configuration vairable --- source/_components/sensor.metoffice.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/sensor.metoffice.markdown b/source/_components/sensor.metoffice.markdown index fc47f5f5c9b..8a327524c0e 100644 --- a/source/_components/sensor.metoffice.markdown +++ b/source/_components/sensor.metoffice.markdown @@ -44,6 +44,7 @@ Your location will be detected from your home `latitude` and `longitude` setting Configuration variables: - **api_key** (*Required*): Your personal API key from the [Datapoint website][datapoint]. +- **name** (*Optional*): Name to use in the frontend, will be the prefix.

This sensor is an alternative to the [`metoffice`](/components/weather.metoffice/) weather platform.