Releases: XKNX/xknx
Releases · XKNX/xknx
tunable white and color temperature for lights
Bugfix release.
- updated requirements (added flake8-isort)
- some more unit tests
- Breaking Change:
ClimateMode is now a member of Climate (the hass plugin
needs this kind of dependency. Please note the updated xknx.yml)
Bugfix release. Updated Climate component.
- Min and max values for Climate device
- Splitted up Climate in Climate and ClimateMode
- added contains method for Devices class.
- fixed KeyError when action refers to a non existing device.
Bugfixing Release
- state_addresses of binary_sesor should return emty value if no
- state address is set.
- state_address for notification device
Major release 0.9.0
Many improvements from many contributors 🐬 🐬 🐬 !
- Updated requirements
- Feature: Added new DPTs for DPTEnthalpy, DPTPartsPerMillion, DPTVoltage. Thanks @magenbrot #146
- Breaking Change: Only read explicit state addresses #140
- Minor: Fixed some comments, @magenbrot #145
- Minor: lowered loglevel from INFO to DEBUG for 'correct answer from KNX bus' @magenbrot #144
- Feature: Add fan device, @itineric #139
- Bugfix: Tunnel: Use the bus address assigned by the server, @M-o-a-T #141
- Bugfix: Adde:wd a check for windows because windows does not support add_signal @pulse-mind #135
- Bugfix: correct testing if xknx exists within self @firefrei #131
- Feature: Implement support to automatically reconnect KNX/IP tunnel, @rnixx #125
- Feature: Adjusted to Home Assistant's changes to light colors @oliverblaha #128
- Feature: Scan multiple gateways @DrMurx #111
- Bugfix: Pylint errors @rnixx #132
- Typo: @itineric #124
- Feature: Add support for KNX DPT 20.105 @cian #122
Bugfix release
Bugfix release
- Fixed inverted values problem within scaling sensors
- Using RemoteValueScaling within dimming group of lights.
Bugfix release
0.8.2 Merge branch 'master' of github.com:XKNX/xknx
Colored lights
Merge pull request #108 from Julius2342/color-lights Basic support for colored lights.
Release 0.8.0
0.8.0 - Next major release
- New example for MQTT forwarder (thanks @JohanElmis)
- Splitted up Address into GroupAddress and PhysicalAddress (thanks @encbladexp)
- Time object was renamed to Datetime and does now support different broadcast types "time", "date" and "datetime" (thanks @Roemer)
- Many new DTP datapoints esp for physical values (thanks @Straeng and @JohanElmis)
- new asyncio
await
syntax - new device "ExposeSensor" to read a local value from KNX bus or to expose a local value to KNX bus.
- Support for KNX-scenes
- better test coverage
- Fixed versions for dependencies (@encbladexp)
And many more smaller improvements :-)