File tree 4 files changed +8
-15
lines changed
4 files changed +8
-15
lines changed Original file line number Diff line number Diff line change @@ -8,35 +8,26 @@ about: Create a report to help us improve
8
8
9
9
Issues not containing the minimum requirements will be closed:
10
10
11
+ - Issues without component version will be closed.
11
12
- Issues without a description (using the header is not good enough) will be closed.
12
13
- Issues without debug logging will be closed.
13
- - Issues without configuration will be closed
14
14
15
15
-->
16
16
17
17
## Version of the custom_component
18
18
<!-- If you are not using the newest version, download and try that before opening an issue
19
- If you are unsure about the version check the const.py file.
19
+ If you are unsure about the version check the const.py or manifest.json file.
20
20
-->
21
-
22
- ## Configuration
23
-
24
- ``` yaml
25
-
26
- Add your logs here.
27
-
28
- ```
21
+ 1.0.0
29
22
30
23
## Describe the bug
31
- A clear and concise description of what the bug is.
24
+ <!-- A clear and concise description of what the bug is. -->
32
25
33
26
34
27
## Debug log
35
-
36
28
<!-- To enable debug logs check this https://www.home-assistant.io/components/logger/ -->
37
29
38
30
``` text
39
-
40
31
Add your logs here.
41
32
42
33
```
Original file line number Diff line number Diff line change 16
16
# Base component constants.
17
17
NAME = "KNMI"
18
18
DOMAIN = "knmi"
19
- VERSION = "1.1.1 "
19
+ VERSION = "1.1.2 "
20
20
ATTRIBUTION = "KNMI Weergegevens via https://weerlive.nl/"
21
21
22
22
# Platforms.
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ def device_info(self):
21
21
"name" : NAME ,
22
22
"model" : VERSION ,
23
23
"manufacturer" : NAME ,
24
+ "entry_type" : "service" ,
25
+ "configuration_url" : "http://weerlive.nl/api/toegang/account.php" ,
24
26
}
25
27
26
28
@property
Original file line number Diff line number Diff line change 4
4
"documentation" : " https://github.com/golles/ha-knmi/" ,
5
5
"iot_class" : " cloud_polling" ,
6
6
"issue_tracker" : " https://github.com/golles/ha-knmi//issues" ,
7
- "version" : " 1.1.1 " ,
7
+ "version" : " 1.1.2 " ,
8
8
"config_flow" : true ,
9
9
"codeowners" : [
10
10
" @golles"
You can’t perform that action at this time.
0 commit comments