Skip to content

Releases: dummylabs/thewatchman

v0.7.0-beta.0 2024-11-26

26 Nov 12:02
Compare
Choose a tag to compare
Pre-release

What's Changed

  • feat: filter report by disabled entities (#120)
  • fix: ignore input_button entities in unknown state (#173)
  • fix: remove date and event platforms from parsing (#171)

Full Changelog: v0.6.5...v.0.7.0-beta.0

v0.6.5 2024-11-25

25 Nov 06:01
Compare
Choose a tag to compare

What's Changed

  • prevent multiple parsing attempts when HA configuration gets reloaded via Developer Tools in #163
  • after #156 some standard domains like timer or input_boolean were excluded from parsing, they are added back in #165
  • a few action params were set as mandatory in 0.6.4, now they are optional again to keep backward compatibility in #166

Full Changelog: v0.6.4...v0.6.5

v0.6.5-beta.1 2024-11-25

25 Nov 05:00
Compare
Choose a tag to compare
Pre-release

What's Changed

  • prevent multiple parsing attempts when HA configuration gets reloaded via Developer Tools in #163
  • after #156 some standard domains like input_boolean were excluded from parsing, they are added back in #165
  • a few action params were set as mandatory in 0.6.4, now they are optional again to keep backward compatibility in #166

Full Changelog: v0.6.4...v0.6.5-beta.0

v0.6.5-beta.0 2024-11-24

24 Nov 22:00
b64bd45
Compare
Choose a tag to compare
Pre-release

What's Changed

  • prevent multiple parsing attempts when HA configuration gets reloaded via Developer Tools by @dummylabs in #163
  • fix: added missing domains like input_boolean back by @dummylabs in #165
  • fix: optional action params by @dummylabs in #166

Full Changelog: v0.6.4...v0.6.5-beta.0

v0.6.4 2024-11-23

24 Nov 14:12
Compare
Choose a tag to compare

What's changed

Improvements

  • Watchman now extensively uses collapsible sections, therefore the minimum required version of Home Assistant is 2024.9.0. However, this version still has UI bugs. Thus the recommended version is 2024.10.0. The options dialog, while still ugly, has received a facelift, and the action call dialog has been significantly improved
  • actions are fully supported now (#154)
  • all newly introduced standard domains (platforms) will now be automatically recognized by WM (#156)
  • removed weird parameters from UI options (#160)

Bug fixes

  • entities in descriptions for actions and scripts will no longer cause false positives (#71)
  • the Recorder warning "exceed maximum size of 16384 bytes" should no longer appear, as attributes of Watchman sensors are now automatically excluded (#87)
  • fix for "Unable to call service" error (#147)
  • The minimum required Home Assistant version for HACS is properly set up (#144)
  • blueprints, esphome and custom_components folders are excluded by default in new installations (#130, #151)
  • fixed "TypeError: the JSON object must be str" (#148)

Other changes

  • a lot of refactoring done under the hood

Full Changelog: v0.6.3...v0.6.4-beta.0

A big thank you to all contributors!

v0.6.4 beta 1 2024-11-24

24 Nov 13:45
Compare
Choose a tag to compare
Pre-release

What's changed

Improvements

  • Watchman now extensively uses collapsible sections, therefore the minimum required version of Home Assistant is 2024.9.0. However, this version still has UI bugs. Thus the recommended version is 2024.10.0. The options dialog, while still ugly, has received a facelift, and the action call dialog has been significantly improved
  • actions are fully supported now (#154)
  • all newly introduced standard domains (platforms) will now be automatically recognized by WM (#156)
  • removed weird parameters from UI options (#160)

Bug fixes

  • entities in descriptions for actions and scripts will no longer cause false positives (#71)
  • the Recorder warning "exceed maximum size of 16384 bytes" should no longer appear, as attributes of Watchman sensors are now automatically excluded (#87)
  • fix for "Unable to call service" error (#147)
  • The minimum required Home Assistant version for HACS is properly set up (#144)
  • blueprints, esphome and custom_components folders are excluded by default in new installations (#130, #151)
  • fixed "TypeError: the JSON object must be str" (#148)

Other changes

  • a lot of refactoring done under the hood

Full Changelog: v0.6.3...v0.6.4-beta.0

A big thank you to all contributors!

v0.6.4 beta 0 2024-11-23

23 Nov 20:00
Compare
Choose a tag to compare
Pre-release

v0.6.4

The minimum required version of Home Assistant is 2024.9.0. However, there are still bugs in the UI related to collapsible sections in both the options dialog and the action call dialog. The recommended Home Assistant version is 2024.11.0.

  • numerous UI enhancements: the options dialog, while still ugly, has received a facelift, and the action call dialog has been significantly improved
  • actions are fully supported now (#154)
  • all newly introduced standard domains (platforms) will now be automatically recognized by WM (#156)
  • removed weird parameters from UI options (#160)
  • entities in descriptions for actions and scripts will no longer cause false positives (#71)
  • the Recorder warning "exceed maximum size of 16384 bytes" should no longer appear, as attributes of Watchman sensors are now automatically excluded (#87)
  • fix for "Unable to call service" error (#147)
  • The minimum required Home Assistant version for HACS is properly set up (#144)
  • blueprints, esphome and custom_components folders are excluded by default in new installations (#130, #151)
  • fixed "TypeError: the JSON object must be str" (#148)
  • a lot of refactoring done under the hood

Big thanks to all contributors.

Full Changelog: main...v0.6.4-dev

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)