Releases: shbatm/hacs-isy994
Releases · shbatm/hacs-isy994
[3.0.0dev16] - Bump PyISY, Minor stability updates
- Bump PyISY-beta to 3.0.0dev16.
- Fixes
group_all_on
reporting incorrectly - Removes
hint
and presumptive status updates.
- Fixes
- Fix incorrect service function names for
set_on_level
andset_ramp_rate
. - Retry config setup on connection failure (#79)
Add support for renaming ISY Nodes from Home Assistant services
3.0.0.dev18 Bump PyISY_beta Version to 3.0.0.dev18
[3.0.0.dev17] - Add Z-Wave Parameter Support
- 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
- Update for new fan model (backwards-compatibility) (#78)
- Update isy994 to use new fan entity model (home-assistant/core#45536)
- Separate fan speeds into percentages and presets modes (home-assistant/core#45407)
- Use strings instead of f-strings for constants (home-assistant/core#40619)
- Add Devcontainer for integration development.
[3.0.0dev15-1] - Bugfix for error while turning on a fan
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
The following changes from the Core ISY994 Integration have been included:
- Fix dimming for ISY Z-Wave devices using percent instead of 8-bit (home-assistant/core#42915)
- Remove unnecessary instances of dict.keys() (home-assistant/core#42518)
- Improve ISY994 NodeServer sorting and format sensor display values (home-assistant/core#42050)
- Upgrade PyISY to v2.1.0, add support for variable precision (home-assistant/core#42043)
- Use references in isy994 strings.json (home-assistant/core#40990)
- Add and use light lux constant in entire code base (home-assistant/core#40171)
- Add and use length millimeters constant (home-assistant/core#40116)
- Add and use currency cent constant (home-assistant/core#40261)
- Use pressure constants in code base (home-assistant/core#40262)
- Add and use currency constants (home-assistant/core#40113)
- Use AREA_SQUARE_METERS constant in all integrations (home-assistant/core#40107)
- Add and use volume cubic constants (home-assistant/core#40106)
[3.0.0dev14] Bump PyISY-beta due to merge error
Update manifest.json
[3.0.0dev13] - Minor Bugfixes
[3.0.0dev13] - Minor Bugfixes
- Bump PyISY to matching version.
[3.0.0dev12] Initial Release of Asynchronous Comms Version
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
v2.0.0b2 - Async changes from testing