Skip to content

Releases: shbatm/hacs-isy994

[3.0.0dev16] - Bump PyISY, Minor stability updates

19 Feb 01:38
Compare
Choose a tag to compare
  • Bump PyISY-beta to 3.0.0dev16.
    • Fixes group_all_on reporting incorrectly
    • Removes hint and presumptive status updates.
  • Fix incorrect service function names for set_on_level and set_ramp_rate.
  • Retry config setup on connection failure (#79)

Add support for renaming ISY Nodes from Home Assistant services

19 Feb 22:33
Compare
Choose a tag to compare
3.0.0.dev18

Bump PyISY_beta Version to 3.0.0.dev18

[3.0.0.dev17] - Add Z-Wave Parameter Support

19 Feb 20:33
Compare
Choose a tag to compare
  • Add the following services to allow setting and getting Z-Wave Device parameters via the ISY.
    • isy994.get_zwave_parameter - Call the service with the entity ID and parameter number to retreive. The parameter will be returned as an entity state attribute.
    • isy994.set_zwave_parameter - Call the service with the entity ID, parameter number, value, and size in bytes and the ISY will set the parameter.

[3.0.0dev15-2] - Core Catchup to 2021.2.0

04 Feb 16:06
4a223ef
Compare
Choose a tag to compare

[3.0.0dev15-1] - Bugfix for error while turning on a fan

21 Nov 14:53
Compare
Choose a tag to compare

Fixes fan.turn_on service error due to trying to call the old sync function instead of async.

[3.0.0dev15] Variable Precision, V2.1.0 Changes, Core Catch-up to 0.117.4

07 Nov 00:33
Compare
Choose a tag to compare

The following changes from the Core ISY994 Integration have been included:

[3.0.0dev14] Bump PyISY-beta due to merge error

18 Sep 02:28
5456f5c
Compare
Choose a tag to compare

[3.0.0dev13] - Minor Bugfixes

18 Sep 01:31
Compare
Choose a tag to compare

[3.0.0dev13] - Minor Bugfixes

  • Bump PyISY to matching version.

[3.0.0dev12] Initial Release of Asynchronous Comms Version

13 Sep 01:17
a493bb4
Compare
Choose a tag to compare

This update is for testing a new beta branch of PyISY, what will become PyISY Version 3.0.0, in which the communications with the ISY have been completely rewritten to use asynchronous IO methods; ideally making the ISY controls much more responsive when controlling from Home Assistant.

v2.0.0b2 - Async changes from testing

28 May 07:46
Compare
Choose a tag to compare
Pre-release
v2.0.0b2 - Async changes from testing