Skip to content

Commit 407fd6a

Browse files
committed
Release 0.18.7
1 parent 7f7e1de commit 407fd6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

changelog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

3-
## Unreleased changes
3+
## 0.18.7 RawValue 2021-06-18
44

55
### Devices
66

77
- Add RawValue device.
8-
- Remove unused HA-specific attributes (unique_id, device_class, create_sensors)
8+
- Remove unused HA-specific attributes (unique_id, device_class, create_sensors).
99
- Climate: add `group_address_active_state`, `group_address_command_value_state` and a `is_active` property.
1010
- Configurable `sync_state` in all devices.
1111

xknx/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""XKNX version."""
22

3-
__version__ = "0.18.6"
3+
__version__ = "0.18.7"

0 commit comments

Comments
 (0)