mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-11 03:16: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"
|
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).
|
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`:
|
To enable this sensor, add the following lines to your `configuration.yaml`:
|
||||||
@ -26,7 +25,14 @@ binary_sensor:
|
|||||||
location: glasgow
|
location: glasgow
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
location:
|
||||||
- **location** (*Required*): The location for the Taps Aff. It must be configured with a UK postcode or city to work.
|
description: 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.
|
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