updated external broken links (#18551)

This commit is contained in:
Roland Beck 2021-07-19 22:08:53 +10:00 committed by GitHub
parent 0cf55bd883
commit 79d534593c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@ ha_platforms:
- sensor - sensor
--- ---
The `magicseaweed` platform uses the [Magicseaweed Forecast API](https://magicseaweed.com/developer/forecast-api) as a source for surf forecasting data for the surf spots of your choice. The `magicseaweed` platform uses the [Magicseaweed Forecast API](https://magicseaweed.com/docs/developers/59/) as a source for surf forecasting data for the surf spots of your choice.
## Setup ## Setup
You need an API key which is free but requires [registration](https://magicseaweed.com/developer/sign-up). Magicseaweed is limiting users of the API to 1 spot for the free plan. You need an API key which is free but requires [registration](https://magicseaweed.com/docs/developers/59/sign-up/9908/). Magicseaweed is limiting users of the API to 1 spot for the free plan.
## Configuration ## Configuration
@ -63,7 +63,7 @@ hours:
12AM: 12AM:
description: Display forecast for 12AM. description: Display forecast for 12AM.
spot_id: spot_id:
description: ID of the surf spot. Details for getting spot id available at [Magicseaweed](https://magicseaweed.com/developer/forecast-api) description: ID of the surf spot. Details for getting spot id available at [Magicseaweed](https://magicseaweed.com/docs/developers/59/)
required: true required: true
type: string type: string
monitored_conditions: monitored_conditions:
@ -84,4 +84,4 @@ units:
type: string type: string
{% endconfiguration %} {% endconfiguration %}
Details about the API are available in the [Magicseaweed documentation](https://magicseaweed.com/developer/forecast-api). Details about the API are available in the [Magicseaweed documentation](https://magicseaweed.com/docs/developers/59/).