Skip to content

Commit ae2faa1

Browse files
authored
Fix incorrect closed state, update docs - v0.2.5 (#51)
* Fix incorrect closed state, update docs - v0.2.5
1 parent a530361 commit ae2faa1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ The `device_state` sensor can have of the following states:
3232
- `normal`
3333
- `unknown`
3434
- `offline`
35+
- `open`
36+
- `closed`
37+
- `low_battery`
38+
- `temperature_alarm`
3539

3640
Note that the sensors are polled about every 15 seconds. So it might take some time before an alarm state will be propagated. If an unknown state is found that is not supported yet, the hexadecimal code will be assigned as state. Please open an issue [here](https://github.com/jbouwh/lib-elro-connects/issues/new) if a new state needs to be supported.
3741

custom_components/elro_connects/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"integration_type": "hub",
88
"iot_class": "local_polling",
99
"issue_tracker": "https://github.com/jbouwh/ha-elro-connects/issues",
10-
"requirements": ["lib-elro-connects==0.6.1.0"],
11-
"version": "v0.2.4"
10+
"requirements": ["lib-elro-connects==0.6.2.0"],
11+
"version": "v0.2.5"
1212
}

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.4
1+
0.2.5

0 commit comments

Comments
 (0)