Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

907 B

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
Taps Aff Instructions on how to use the Taps Aff binary sensor in Home Assistant. tapsaff.png
Weather
0.47 Local Polling
/components/binary_sensor.tapsaff/

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

Configuration

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 type: string default: Taps Aff {% endconfiguration %}