Releases: dhutchison/homebridge-ebeco
Releases · dhutchison/homebridge-ebeco
v0.2.1
What's Changed
- chore(deps): bump y18n from 4.0.0 to 4.0.1 by @dependabot in #14
- chore(deps): bump ws from 7.4.0 to 7.4.6 by @dependabot in #17
- chore(deps): bump lodash from 4.17.20 to 4.17.21 by @dependabot in #15
- chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #16
- fix: dependency upgrades and corrected warnings #29 by @dhutchison in #30
Full Changelog: v0.2.0...v0.2.1
Add support for configuring which temperature sensor to use.
Adds feature requested in #11.
Update 0.1.1
Changed the sensor used to get the temperature from Room to Floor.
Non-beta release
Bumped the version number to 0.1.0 to reflect that it is not a beta as it has been tested successfully in the wild.
Apart from that, very little has changed apart from some restructuring to allow for automated testing.
Initial beta release
Changes included in this release:
- Added support for controlling the target state options displayed. The device only supports heating, not cooling. Default configuration is to have an on/off switch as well as temperature. If includeOffOption is configured as false then this will be hidden, and only the temperature controllable.
- Updated readme with configuration details
Initial alpha release
0.0.1-alpha.1 chore: version bump