Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Bouni/drkblutspende
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouni committed May 24, 2020
2 parents e43e13a + 886bf2b commit 50e3565
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ This component has been created to be used with Home Assistant.

DRK Blutspende allows you to get upcoming dates for blood donation into Home Assistant.

## Data source
### Data source

The data is fetched from https://www.spenderservice.net/
The data is fetched from https://www.spenderservice.net/.

## ### Installation:
**Warning:**
As this is no official API this component can break at any time if they decide to change their website structure.

### Installation:

#### HACS

Expand Down
2 changes: 1 addition & 1 deletion custom_components/drkblutspende/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import homeassistant.helpers.config_validation as cv
import voluptuous as vol
from const import (
from .const import (
CONF_COUNTY_ID,
CONF_LOOKAHEAD,
CONF_RADIUS,
Expand Down
1 change: 1 addition & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "DRK Blutspende",
"country": "DE",
"render_readme": true
}

0 comments on commit 50e3565

Please sign in to comment.