File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments