mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Added tapsaff documentation (#2746)
* Added tapsaff documentation * Add description for the configuration variables
This commit is contained in:
parent
17e2995275
commit
88085fab0b
32
source/_components/binary_sensor.tapsaff.markdown
Normal file
32
source/_components/binary_sensor.tapsaff.markdown
Normal file
@ -0,0 +1,32 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Taps Aff"
|
||||
description: "Instructions how to use the Taps Aff binary sensor in Home Assistant."
|
||||
date: 2017-05-28 18:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: tapsaff.png
|
||||
ha_category: Weather
|
||||
featured: false
|
||||
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`:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
binary_sensor:
|
||||
- platform: tapsaff
|
||||
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.
|
BIN
source/images/supported_brands/tapsaff.png
Normal file
BIN
source/images/supported_brands/tapsaff.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
x
Reference in New Issue
Block a user