Skip to content

Releases: alryaz/hass-hekr-component

v0.2.7: Internal refactoring, manifest changes

10 May 11:15
Compare
Choose a tag to compare
Refactored __init__.py imports, added version number, bumped version …

v0.2.6: Import hotfix

12 Sep 10:57
84af38d
Compare
Choose a tag to compare

This is a hotfix release, 0.2.* versions are not currently under development

  • Fixed typing import (#3 )

0.2.5: Timeouts for connections

16 Jun 08:49
Compare
Choose a tag to compare
v0.2.5

Bumped default timeout to 10 seconds; upstream sync

Translation placeholders, better meta info

06 Jun 21:20
Compare
Choose a tag to compare
v0.2.2

Update README.md, info.md (for HACS), and translations; bump to versi…

0.2.1: Bug fixes, stable loading

06 Jun 16:14
Compare
Choose a tag to compare
v0.2.1

Fixed startup bug due to `name` not being set

0.2.0: Accounts support, background changes

06 Jun 03:13
Compare
Choose a tag to compare
  • 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

02 Feb 19:48
Compare
Choose a tag to compare
  • 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

02 Feb 11:07
Compare
Choose a tag to compare
  • Barebones auto-reconnect (using listener tracking)
  • Switches set their value upon service call

0.1.4: Fixed switch workability

02 Feb 08:33
Compare
Choose a tag to compare
Pre-release
v0.1.4

Fixed switches (`is_on` always coerces to `true`)

0.1.3: README updates and compatibility

24 Jan 21:56
Compare
Choose a tag to compare
Pre-release
  • 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.