2.1 KiB
Changelog
All notable changes to this project will be documented in this file. Given the high speed of development in the first phase, changes are being reported only starting from v0.20.2.
[0.20.5] - 2021-03-12
Added
-
Added support for a static list of devices to actively scan to the
bluetooth.scanner
backend (see #174). -
Added
weather.openweathermap
plugin and backend, which replacesweather.darksky
, since the Darksky API will be completely shut down by the end of 2021.
Fixed
-
Cron expressions should adhere to the UNIX cronjob standard and use the machine local time, not UTC, as a reference (closes #173).
-
Better management of Z-Wave values types from the UI.
-
Disable logging for
ZwaveValueEvent
events - they tend to be very verbose and can impact the performance on slower devices. They will still be published to the websocket clients though, so you can still debug Z-Wave values issues from the browser developer console (enable debug traces). -
Added suffix to the
zigbee.mqtt
backend defaultclient_id
to prevent clashes with the defaultmqtt
backendclient_id
.
[0.20.4] - 2021-03-08
Added
- Added SmartThings integration.
- Support for custom Redis message queue name over the
--redis-queue
argument.
Fixed
- Refactored tests to use
pytest
instead ofunittest
. - Some major bug fixes on procedures and hooks context evaluation.
[0.20.3] - 2021-02-28
Fixed
- Several bug fixes on the VLC plugin, including proper management of stop/end-of-stream, volume set and missing integration requirements in
requirements.txt
andsetup.py
.
[0.20.2] - 2021-02-27
Fixed
- More stable ZeroConf backends registration logic in case of partial or missing results.
- Improved and refactored integration tests.
Added
- Support for passing context variables (${}) from YAML procedures/hooks/crons to Python procedure/hooks/crons.
- New integration test for testing procedures.