Files
dsmr_parser/dsmr_parser
Joakim Plate b42ceb6555 Avoid loading timezone at runtime (#157)
* Avoid loading timezone at runtime

Pytz will load timezone info from files in
a lazy fashion on first access. This triggers warnings in HA due to it blocking the event loop.

Pre-load the needed timezone info at module import instead, which will run in
executor in HA.

* Update value_types.py
2024-06-04 15:51:03 +02:00
..
2024-03-28 12:40:17 +01:00
2016-08-22 20:16:11 +02:00
2021-11-12 17:48:21 +00:00
2016-12-28 20:29:34 +01:00