Skip to content

Commit 88085fa

Browse files
Barry Williamsfabaff
Barry Williams
authored andcommitted
Added tapsaff documentation (home-assistant#2746)
* Added tapsaff documentation * Add description for the configuration variables
1 parent 17e2995 commit 88085fa

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: page
3+
title: "Taps Aff"
4+
description: "Instructions how to use the Taps Aff binary sensor in Home Assistant."
5+
date: 2017-05-28 18:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: tapsaff.png
11+
ha_category: Weather
12+
featured: false
13+
ha_release: 0.47
14+
ha_iot_class: "Local Polling"
15+
---
16+
17+
18+
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).
19+
20+
To enable this sensor, add the following lines to your `configuration.yaml`:
21+
22+
```yaml
23+
# Example configuration.yaml entry
24+
binary_sensor:
25+
- platform: tapsaff
26+
location: glasgow
27+
```
28+
29+
Configuration variables:
30+
31+
- **location** (*Required*): The location for the Taps Aff. It must be configured with a UK postcode or city to work.
32+
- **name** (*Optional*): The name to use when displaying this sensor.
18 KB
Loading

0 commit comments

Comments
 (0)