Skip to content

Commit 8c3ca8f

Browse files
authored
Update README.md
1 parent d5025c5 commit 8c3ca8f

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

README.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,41 @@
11
# Pollen_DK
2-
Scraping of pollen count in Denmark
2+
3+
## Introduction
4+
Scraping of pollen count in Denmark.
5+
6+
## Installation
7+
### Custom integration in HACS
8+
https://hacs.xyz/docs/faq/custom_repositories
9+
10+
## Configuration
11+
In the default configuration it will track pollen in these regions of Denmark
12+
- øst # Øst for Stroebælt
13+
- vest # Vest for Stroebælt
14+
15+
Pollen type:
16+
- Alternaria
17+
- Birk
18+
- Bynke
19+
- Cladosporium
20+
- El
21+
- Elm
22+
- Græs
23+
- Hassel
24+
25+
## Configuration
26+
### Minimal - track all pollentypes in all regions
27+
```yaml
28+
pollen_dk:
29+
```
30+
### Filtered - track only selected pollentypes in specific regions
31+
```yaml
32+
pollen_dk:
33+
# Optional values, if omitted all values will used
34+
regions: # Possible values: øst, vest
35+
- vest
36+
- øst
37+
pollen_types: # Possible values: alternaria, birk, bynke, cladosporium, el, elm, græs, hassel
38+
- græs
39+
- el
40+
- elm
41+
```

0 commit comments

Comments
 (0)