🔴 $${\color{red}Warning:}$$
This update breaks the validation for the window covering
accessory. Please manually update the JSON configuration for any window covering
accessory you may have setup, by adding transitionDuration
field:
{
"accessoryID": "1234567",
"accessoryName": "My Blinds",
"accessoryType": "windowcovering",
"windowCoveringDefaultState": "closed",
"transitionDuration": 3 <-- Set value to desired open/close transition, in seconds
},
What's Changed
- Added open/close transition time to window covering by @justjam2013 in #59
- Bumped version to 1.2.2 by @justjam2013 in #63
Full Changelog: v1.2.1...v1.2.2