mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Update Tapsaff binary sensor component configuration (#6932)
* Update Tapsaff binary sensor component configuration
* ✏️ Tweak
This commit is contained in:
parent
58f653cfaa
commit
85bc02c65c
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user