Skip to content

Releases: dummylabs/thewatchman

v0.6.3 2024-07-01

01 Jul 11:10
Compare
Choose a tag to compare
  • Fix for a blocking call warning introduced in 2024.07 (#137)
  • Removed external dependencies
  • A few minor async code improvements and code cleanup

v0.6.2 2024-06-21

21 Jun 13:14
Compare
Choose a tag to compare
  • Fix blocking call inside event loop #135 and #125
  • Fix markdown example in readme #112 #52 #93
  • Fix deprecated HomeAssistantType alias #127 and #131
  • Bump pretty table to 3.10.0

Big thanks to @andreasbrett and other guys for their contributions.

v0.6.1 2023-02-02

02 Feb 08:30
Compare
Choose a tag to compare
  • compatibility fix for HA version 2023.3 (#76)
  • YAML files with non-UTF-8 encoding are skipped now and do not cause Watchman to crash (#54)
  • fix for "object has no attribute '.replace'" error (#75)

v0.6 2022-06-12

12 Jun 16:06
Compare
Choose a tag to compare
  • entities, referenced by states.*, are being tracked now and will be added to the report #32
  • watchman sensors got unique ID and now are part of the HA entity registry #44
  • a few fields in configuration dialog got multiline support

image

image

v0.5.3 2022-05-13

13 May 10:06
Compare
Choose a tag to compare
  • bugfix: improved stability when i/o error occurs (report generation or config parsing, #37)
  • minor configuration UI improvements
  • deprecated YAML configuration references removed from README, configuration docs now looks much cleaner

v0.5.2 2022-04-25

24 Apr 22:15
Compare
Choose a tag to compare
  • bugfix: invalid timestamp error on iOS for sensor.watchman_last_updated (#17)
  • bugfix: changed state of an entity from ignored_items list could accidentally trigger sensor.watchman_last_updated sensor (#35)

v0.5.1 2022-03-17

17 Mar 13:27
Compare
Choose a tag to compare
  • #18 UI mode support for service options (as opposed to YAML mode)

v0.5.0 2022-02-23

23 Feb 16:09
Compare
Choose a tag to compare
  • support of custom reports within a Lovelace card!
  • sensor.watchman_missing_entities and sensor.watchman_missing_services are now automatically updated when a relevant entity or service changes state

v0.4.0 2022-02-19

19 Feb 19:22
Compare
Choose a tag to compare
  • UI options support. Existing yaml configuration will be imported upon the first run and can be safely removed afterwards
  • send_notification is set to false if omitted (breaking change)
  • default report file name changed to watchman.txt
  • a few minor improvements

v0.3.2 2022-02-12

12 Feb 07:25
Compare
Choose a tag to compare

Removed unused dependencies on Home Assistant version 2021.12