Releases: zwave-js/zwave-js-ui
Releases · zwave-js/zwave-js-ui
Release 2.1.0
Release 2.0.1
Release 2.0.0
2.0.0 (2021-02-26)
Code Refactoring
Features
- correctly parse
currentColor
value and improve rgb discovery (#568) (7bedd3b) - plugins improved support (#688) (a213b25)
BREAKING CHANGES
plugins
are now stored in an array ofstrings
on settingsgateway
prop instead ofzwave
getNodes
function of ZwaveClient returns an array of available nodes but the index doesn't match the nodeId
refreshNeighbours
returns a map nodeId -> neighbours[]
node removed socket event now returns the node removed
renamedsetNodeName
andsetNodeLocation
apis (removed the leading_
) as now them also store the value to controller
Release 1.4.0
1.4.0 (2021-02-24)
Disclaimer
Please do NOT update to this if you're running the stable version of HA due to a version incompatability.
Next version of HA 2021.3 will be compatible again.
Bug Fixes
Features
- [email protected] and nodeFilter setting support (#728) (3f12c2a)
Release 1.3.0
Release 1.2.3
1.2.3 (2021-02-22)
Bug Fixes
- discovery: prioritized CCs discovery order (#625) (e238ae1)
- hass: barrier operator hass replace barrier states with integers (#556) (11e1bde)
- ui: duration dropdown (#687) (27245ec)
- ui: persistent hint in confirm dialog (#685) (7b7529c)
- ui: use button toggle for on/off value ids (#686) (bba6335)
- propertyKey may be zero (#674) (c60a640)
- ui: typo groups associations (#650) (80163d1)
Release 1.2.2
Release 1.2.1
Release 1.2.0
1.2.0 (2021-02-18)
Bug Fixes
- firmware target not set correctly (#601) (9d8b5d5)
- generate the action template when an action map is given (#547) (254121e)
- start zwavejs server when driver is ready (#605) (aebd890), closes #602
- ui: battery powered devices shown as main (#590) (0235011), closes #546