Skip to content

Releases: MattFryer/hass-bookstack

1.4.1

08 Apr 08:48

Choose a tag to compare

Changelog

Fixed

  • Fixed issue with update entity displaying currently installed version with a preceding "v"
  • Remove unused xml.parsers.expat import from config_flow

1.4.0

12 Mar 12:58

Choose a tag to compare

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

05 Mar 18:16

Choose a tag to compare

1.4.0-rc.1 Pre-release
Pre-release

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

01 Mar 10:47

Choose a tag to compare

Changelog

Added

Fixed

  • Fixed incorrect manifest.json key order
  • Fixed missing CONFIG_SCHEMA definition

1.3.1

23 Feb 00:04

Choose a tag to compare

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

20 Feb 20:37

Choose a tag to compare

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

1.2.1

19 Feb 10:13

Choose a tag to compare

Change Log

Fixed

  • Fixed an issue with some sensors missing icons in Home Assistant

1.2.0

18 Feb 11:38
e5ac543

Choose a tag to compare

Change Log

Added

  • Added users, images, and attachments sensors
  • Added connectivity diagnostic sensor

Fixed

  • Improved error handling and logging

Changed

The integration is now HACS compliant and supports the Home Assistant Silver quality scale.