mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-06 02:58:57 +00:00

* HTTPS-everywhere (update links in our website) * HTTPS-everywhere (round 2) * HTTPS-everywhere (round 3)
856 B
856 B
title, description, logo, ha_category, ha_release, ha_iot_class
title | description | logo | ha_category | ha_release | ha_iot_class | |
---|---|---|---|---|---|---|
Taps Aff | Instructions on how to use the Taps Aff binary sensor in Home Assistant. | tapsaff.png |
|
0.47 | Local Polling |
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 %}