Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #4 from pippyn/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
pippyn authored Jun 11, 2019
2 parents 3245eb4 + c120893 commit 4590293
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ Provides Home Assistant sensors for multiple Dutch waste collectors using REST A
This sensor works with the ophaalkalender.be waste collector.

### Install:
#### Home assistant 88 and higher:
- Copy the ophaalkalender.py file to: [homeassistant]/config/custom_components/ophaalkalender/sensor.py
#### Before Home assistant 88:
- Copy the ophaalkalender.py file to: [homeassistant]/config/custom_components/sensor/ophaalkalender.py
Copy the files in the /custom_components/ophaalkalender/ folder to: [homeassistant]/config/custom_components/ophaalkalender/

Example config:

Expand Down Expand Up @@ -77,11 +74,3 @@ custom_updater:
component_urls:
- https://raw.githubusercontent.com/pippyn/Home-Assistant-Sensor-Afvalbeheer/master/custom_components.json
```
Before Home assistant 88:
```yaml
custom_updater:
track:
- components
component_urls:
- https://raw.githubusercontent.com/pippyn/Home-Assistant-Sensor-Afvalbeheer/master/custom_components_old.json
```
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
"""
Sensor component for waste pickup dates from belgium waste collectors
Original Author: Pippijn Stortelder
Current Version: 1.0.3 20190223 - Pippijn Stortelder
Current Version: 1.1.0 20190611 - Pippijn Stortelder
20190207 - Changed Groenafval to GFT
20190218 - Fixed typo
20190223 - Fix for HA 88
20190611 - HACS compatible
"""

import logging
Expand All @@ -19,7 +20,7 @@
from homeassistant.util import Throttle
from homeassistant.helpers.entity import Entity

__version__ = '1.0.3'
__version__ = '1.1.0'

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 4590293

Please sign in to comment.