Releases: dummylabs/thewatchman
Releases · dummylabs/thewatchman
v0.7.0-beta.0 2024-11-26
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
What's Changed
- prevent multiple parsing attempts when HA configuration gets reloaded via Developer Tools in #163
- after #156 some standard domains like
timer
orinput_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
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
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
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
andcustom_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
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
andcustom_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
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
andcustom_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
- Fix for a blocking call warning introduced in 2024.07 (#137)
- Removed external dependencies
- A few minor async code improvements and code cleanup