World Tides


The worldtidesinfo sensor platform uses details from World Tides to provide information about the prediction for the tides for any location in the world.

Setup

Get your API key from your account at https://www.worldtides.info/.

Configuration

To use this sensor, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: worldtidesinfo
    api_key: YOUR_API_KEY

Configuration Variables

api_key string Required

Your API key.

name string (Optional, default: WorldTidesInfo)

Name to use in the frontend.

latitude float (Optional)

Latitude of the location to display the tides.

Default:

The latitude in your configuration.yaml file.

longitude float (Optional)

Longitude of the location to display the tides.

Default:

The longitude in your configuration.yaml file.