Update Tapsaff binary sensor component configuration (#6932)

* Update Tapsaff binary sensor component configuration

* ✏️ Tweak
This commit is contained in:
Klaas Schoute 2018-10-18 21:35:27 +02:00 committed by Franck Nijhof
parent 58f653cfaa
commit 85bc02c65c

View File

@ -14,7 +14,6 @@ ha_release: 0.47
ha_iot_class: "Local Polling"
---
The `tapsaff` binary sensor provides the 'Taps Aff' status for a given location within the UK using [Taps Aff](http://www.taps-aff.co.uk).
To enable this sensor, add the following lines to your `configuration.yaml`:
@ -26,7 +25,14 @@ binary_sensor:
location: glasgow
```
Configuration variables:
- **location** (*Required*): The location for the Taps Aff. It must be configured with a UK postcode or city to work.
- **name** (*Optional*): The name to use when displaying this sensor.
{% 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 %}