Skip to content

v0.5.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@gluap gluap released this 31 Mar 17:57
· 29 commits to master since this release
2283d72

What's changed with 0.5.5 over 0.5.0

  • more verbosity for #35
  • use newer duofern for #35
  • service description for #34
  • modified the service duofern.ask_for_update to accept a list of devices as input, fixing #31.
    • It also accept a boolean "all" to update all known duofern devices.
  • added the duofern.set_update_interval service that @bcutter requestet. I finally found a way to do it without having to thread the value through many layers of code. Probably letting it sit made me find the right solution, this should address #26, #33 and possibly #32. I also wonder whether #24 is still a thing with this.

What's Changed in 0.5.x

Add shutter toggling, shutter manual mode and Devices by @t-animal in #28.

The following Improvements were part of @t-animals contribution:

Devices
Shutters are now created as devices containing several entities - The cover device, a toggle switch for shutter toggling and a switch to enable/disable duofern manual mode on shutter devices.

Shutter toggling
Enables access to the toggle feature of duofern. This allows to press the button to reverse to the previous direction.

Manual mode
Remote control the manual mode some duofern devices expose - will disable the device-side automation of the device.

Pairing
There is now a config-flow UI for pairing duofern devices.

Added sun sensor support

This improvement was contributed by @lrusdorf in #29

Warning
Coming from pre-0.5.0, this upgrade may require you to disable and re-enable your duofern integration as it changes the way duofern is configured. Take sufficient time for potential troubleshooting when trying this release. Make sure you know your system code before disabling/re-enabling.

New Contributors

Full Changelog: v0.4.3...v0.5.2

v0.5.2 losens the requirements on homeassistant a bit...