Skip to content

Commit 06211bd

Browse files
authored
Update README.md
1 parent 7ed95cb commit 06211bd

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## BETA Home Assisant sensor component for Afvalbeheer BETA
1+
## Home Assisant sensor component for Afvalbeheer
22

33
Provides Home Assistant sensors for multiple Dutch waste collectors using REST API.
44
This sensor works with the following waste collectors: Blink, Cure, Cyclus, DAR, HVC Groep, Meerlanden, RMN (Reinigingsbedrijf Midden Nederland), Circulus-Berkel (Afvalvrij), Avalex, Venray, Den Haag, Berkelland, Alphen aan den Rijn, Waalre, ZRD, Spaarnelanden, Montfoort, GAD and Cranendonck.
@@ -83,6 +83,7 @@ upcomingsensor: 1
8383
If you activate this option you'll get 2 extra sensors (today and tomorrow) which are handy for automations.
8484
The today sensor will display the fractions collected today.
8585
The tomorrow sensor will display the fractions collected tomorrow.
86+
Default is 0.
8687
8788
### Date format
8889
```yaml
@@ -97,3 +98,19 @@ If you wish to remove the year and the dashes and want to show the name of the m
9798
```yaml
9899
21 Sep
99100
```
101+
102+
### Date only
103+
```yaml
104+
dateonly: 1
105+
```
106+
If you don't want to add dayname, tomorrow or today in front of date activate this option. Default is 0.
107+
108+
## Custom updater
109+
You can use the custom updater with this sensor
110+
```yaml
111+
custom_updater:
112+
track:
113+
- components
114+
component_urls:
115+
- https://raw.githubusercontent.com/pippyn/Home-Assistant-Sensor-Afvalbeheer/master/custom_components.json
116+
```

0 commit comments

Comments
 (0)