mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-27 13:26:58 +00:00
1.1 KiB
1.1 KiB
title, description, ha_category, ha_release, ha_iot_class, ha_domain, ha_codeowners, ha_platforms, ha_integration_type, related
title | description | ha_category | ha_release | ha_iot_class | ha_domain | ha_codeowners | ha_platforms | ha_integration_type | related | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Taps Aff | Instructions on how to use the Taps Aff binary sensor in Home Assistant. |
|
0.47 | Local Polling | tapsaff |
|
|
integration |
|
The tapsaff
binary sensor {% term integration %} provides the 'Taps Aff' status for a given location within the UK using Taps Aff.
Configuration
To enable this {% term integration %}, add the following lines to your {% term "configuration.yaml
" %} file.
{% include integrations/restart_ha_after_config_inclusion.md %}
# 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 %}