- Parameters can be used in operations without having to access the value property - Log info gets printed properly when changing thing parameters - Changed example and readme (fixes 161)
0.15.0
- removed the plugin for thing configuration - created a plugin which can automatically do thing configuration, create things and link them to channels - created pending future class and made the item_watch use it - better logging of the event bus for str values - added INFO to HABApp topics - fixed 159 - added tests and docs - Automatic unloading for MultiMode which are added in rules
0.14.1
- Added Number:Dimensionless as a unit of measurement - made z-wave table more robust
0.14.0
- completely reworked openhab connection - updated docs - added plugin that shows an overview for ``Things`` and ``Z-Wave``
0.13.2
- Changed default value in HABApp configuration for "wait_for_openhab" to "True" - Improved readability of exceptions in the logs - Updated packages astral, pytz, tzlocal, stackprinter and ujson
0.13.1
This version shows "0.13.1 Dev" because I forgot to change the version -.-
Changes - If loading of an item fails HABApp doesn't skip loading of all items any more - Added Loghandler: ``HABApp.core.lib.handler.MidnightRotatingFileHandler``: A file handler that waits until the file has a certain size and then rotates at midnight. This is the default when the logging.yml gets created Made this the default file handler for logging. - Removed timeout for connection to openhab - Added example how to check Thing status