You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/changelog.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ nav_order: 2
6
6
7
7
# Changelog
8
8
9
+
# 3.6.0 DPT helpers and timezone 2025-02-19
10
+
9
11
### Devices
10
12
11
13
- Datetime: Accept `datetime.tzinfo` for `timezone` argument to send time information for specific timezone. Boolean works like before: If `True` use system localtime. If `False` an arbitrary time can be sent.
@@ -15,7 +17,7 @@ nav_order: 2
15
17
- Add `DPTBase.dpt_number_str` and `DPTBase.dpt_name` classmethods for human readable DPT number (eg. "9.001") and class name (eg. "DPTTemperature (9.001)").
16
18
- Add `DPTBase.get_dpt` classmethod to get a DPT class by its number, name or DPTBase type.
17
19
18
-
### Features
20
+
### Internal
19
21
20
22
- Collect group addresses with decoding errors at eager decoder in `xknx.group_address_dpt.ga_decoding_error` set.
0 commit comments