Releases: MattFryer/hass-bookstack
Releases · MattFryer/hass-bookstack
1.4.1
1.4.0
Changelog
Added
- Option to ignore TLS certificate errors when connecting to a BookStack instance using a self-signed or local SSL/TLS certificate.
- Update entity to track if a newer version of BookStack is available. Note that updating BookStack from Home Assistant is not possible and thus is not supported.
- Added the BookStack shelf ID as an attribute to the per shelf sensors (if enabled).
- Added new services:
- To list all books (optionally filtered by shelf ID). Makes finding BookStack book IDs easier.
- To list all chapters within a specified book. Makes finding BookStack chapter IDs easier.
- To list all pages (optionally filtered by chapter ID) within a specified book.
- Added translations for per-shelf sensor names.
Changed
- Better error handling for certificate errors when communicating with BookStack
1.4.0-rc.1
Changelog
Added
- Option to ignore TLS certificate errors when connecting to a BookStack instance using a self-signed or local SSL/TLS certificate.
- Update entity to track if a newer version of BookStack is available. Note that updating BookStack from Home Assistant is not possible and thus is not supported.
- Added the BookStack shelf ID as an attribute to the per shelf sensors (if enabled).
- Added new services:
- To list all books (optionally filtered by shelf ID). Makes finding BookStack book IDs easier.
- To list all chapters within a specified book. Makes finding BookStack chapter IDs easier.
- To list all pages (optionally filtered by chapter ID) within a specified book.
- Added translations for per-shelf sensor names.
Changed
- Better error handling for certificate errors when communicating with BookStack
1.3.2
Changelog
Added
- Added support for configuring multiple BookStack instances
- Added French and German translations
- Added local brand icons to support changes in Home Assistant 2026.3.0 https://developers.home-assistant.io/blog/2026/02/24/brands-proxy-api/
Fixed
- Fixed incorrect manifest.json key order
- Fixed missing CONFIG_SCHEMA definition
1.3.1
Changelog
Added
- Added sensor name translations (currently only English)
Fixed
- Fixed connection sensor showing in Home Assistant as sesnor instead of binary_sensor
- Fixed error messages not showing in Home Assistant config dialog (Issue #1)
Changed
- Validated code against Home Assistant Integration Quality Scale and made multiple changes to codebase to support Gold and Platinum levels.
1.3.0
Change Log
Added
- Added a Home Assistant action (formerly service) to create a new book in BookStack
- Added a Home Assistant action (formerly service) to create a new page in BookStack
- Added a Home Assistant action (formerly service) to append content to an existing page in BookStack
Changed
- Updates all code with detailed comments for better maintainability