home-assistant.io/source/_components/worldtidesinfo.markdown
Piotr Żuralski 6cbcc1acdc fixing ha_category components annotation (#9432)
* fixing ha_category components annotation

Signed-off-by: Piotr Żuralski <piotr.zuralski@gmail.com>

* ✏️ Tweak
2019-05-11 09:46:28 +02:00

1.4 KiB

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

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

{% linkable_title Setup %}

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

{% linkable_title 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 %} api_key: description: Your API key. required: true type: string name: description: Name to use in the frontend. required: false type: string default: WorldTidesInfo latitude: description: Latitude of the location to display the tides. required: false type: float default: "The latitude in your configuration.yaml file." longitude: description: Longitude of the location to display the tides. required: false type: float default: "The longitude in your configuration.yaml file." {% endconfiguration %}