diff --git a/source/_integrations/magicseaweed.markdown b/source/_integrations/magicseaweed.markdown index 5d2905b08bd..e0d8bcf55b5 100644 --- a/source/_integrations/magicseaweed.markdown +++ b/source/_integrations/magicseaweed.markdown @@ -10,11 +10,11 @@ ha_platforms: - 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 -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 @@ -63,7 +63,7 @@ hours: 12AM: description: Display forecast for 12AM. 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 type: string monitored_conditions: @@ -84,4 +84,4 @@ units: type: string {% 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/).