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

906 B

layout, title, description, date, sidebar, comments, sharing, footer, ha_category, logo, ha_iot_class, ha_release, redirect_from
layout title description date sidebar comments sharing footer ha_category logo ha_iot_class ha_release redirect_from
page GTT Instructions on how to integrate timetable data for a GTT stop within Home Assistant. 2018-11-13 12:09 true false true true
Transport
gtt.png Cloud Polling 0.85
/components/sensor.gtt/

The gtt sensor will give you the departure time of the next bus at the given stop.

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

# Example configuration.yaml entry
sensor:
  - platform: gtt
    stop: '1080'
    bus_name: '58B'

{% configuration %} stop: description: The name of the stop. required: true type: string bus_name: description: The name of the choosen bus. required: false type: string {% endconfiguration %}

The data is coming from the gtt.to.it website.