Fix broken link on Met Office Sensor page (#5936)

This commit is contained in:
Alec Rust 2018-07-31 20:28:48 +01:00 committed by Fabian Affolter
parent f17e0784f6
commit 885cc4ff88

View File

@ -13,7 +13,7 @@ ha_release: 0.42
ha_iot_class: "Cloud Polling"
---
The `metoffice` sensor platform uses the Met Office's [DataPoint API][datapoint] for weather data.
The `metoffice` sensor platform uses the Met Office's [DataPoint API](https://www.metoffice.gov.uk/datapoint) for weather data.
- Each sensor will be given the `device_id` of "Met Office [condition]" if `name:` is not set.
- The sensor checks for new data every minute, starting 30 minutes after the timestamp of the most recent data as the data is updated every half hour.
@ -43,7 +43,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](http://www.metoffice.gov.uk/datapoint).
- **api_key** (*Required*): Your personal API key from the [Datapoint website](https://www.metoffice.gov.uk/datapoint).
- **name** (*Optional*): Additional name for the sensors. Default to platform name.
- **latitude** (*Optional*): Latitude coordinate to monitor weather of (required if **longitude** is specified), defaults to coordinates defined in your `configuration.yaml`.
- **longitude** (*Optional*): Longitude coordinate to monitor weather of (required if **latitude** is specified), defaults to coordinates defined in your `configuration.yaml`.