Releases: alryaz/hass-hekr-component
Releases · alryaz/hass-hekr-component
v0.2.7: Internal refactoring, manifest changes
Refactored __init__.py imports, added version number, bumped version …
v0.2.6: Import hotfix
This is a hotfix release, 0.2.* versions are not currently under development
- Fixed typing import (#3 )
0.2.5: Timeouts for connections
v0.2.5 Bumped default timeout to 10 seconds; upstream sync
Translation placeholders, better meta info
v0.2.2 Update README.md, info.md (for HACS), and translations; bump to versi…
0.2.1: Bug fixes, stable loading
v0.2.1 Fixed startup bug due to `name` not being set
0.2.0: Accounts support, background changes
- Accounts support finalized in this release. From now on, it is possible to both keep Hekr devices running using cloud-oriented setup as well as manipulate local devices.
- Process to retrieve device ID and control key has been streamlined.
- There are breaking changes! Some of them include disabling platform support, and GUI config entry now having priority over YAML configuration.
- This is a preview release, bugs may still be present!!!
0.1.6: Import/export optimization and immediate switch state updates
- Switches did not update their state to HomeAssistant when toggled or directly turned on/off
- Code optimizations to reduce loading times
0.1.5: Listener and switch optimizations
- Barebones auto-reconnect (using listener tracking)
- Switches set their value upon service call
0.1.4: Fixed switch workability
v0.1.4 Fixed switches (`is_on` always coerces to `true`)
0.1.3: README updates and compatibility
- Improved compatibility with older HomeAssistant versions
- Fixed bug requiring
scan_interval
to be set on platforms - Added necessary files for the integration to be available, updatable and readable via HACS
You can now add this repository as a custom Integration
source to your HACS installation! Search for Hekr Component
under Integrations
to perform installation.