home-assistant.io/source/_components/binary_sensor.tapsaff.markdown
Klaas Schoute 85bc02c65c Update Tapsaff binary sensor component configuration (#6932)
* Update Tapsaff binary sensor component configuration

* ✏️ Tweak
2018-10-18 21:35:27 +02:00

944 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category featured ha_release ha_iot_class
page Taps Aff Instructions on how to use the Taps Aff binary sensor in Home Assistant. 2017-05-28 18:00 true false true true tapsaff.png Weather false 0.47 Local Polling

The tapsaff binary sensor provides the 'Taps Aff' status for a given location within the UK using Taps Aff.

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

# Example configuration.yaml entry
binary_sensor:
  - platform: tapsaff
    location: glasgow

{% configuration %} location: description: The location for the Taps Aff. It must be configured with a UK postcode or city to work. required: true type: string name: description: The name to use when displaying this sensor. required: false default: Taps Aff type: string {% endconfiguration %}