home-assistant.io/source/_components/sensor.worldtidesinfo.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1.0 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release
page World Tides Instructions on how to add Tides information to Home Assistant. 2017-08-23 08:00 true false true true worldtidesinfo.png Weather 0.52

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

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 (Required): Your API key for https://www.worldtides.info/.
  • name (Optional): Name to use in the frontend.
  • latitude (Optional): Latitude of the location to display the tides. Defaults to the latitude in your configuration.yaml file.
  • longitude (Optional): Longitude of the location to display the tides. Defaults to the longitude in your configuration.yaml file.