World Tides


The worldtidesinfo integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] 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 integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more], add the following to your configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file. After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file, restart Home Assistant to apply the changes. To view the changes, go to Settings > Devices & services > Entities.

# 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.