Skip to content

Releases: rlucassen/companion-module-homey

Release list

v0.0.14

Choose a tag to compare

@rlucassen rlucassen released this 18 Aug 05:53

Fixes a "Call timed out" init failure reported when Companion loads the module: init()/configUpdated() were blocking on the full Homey connection (devices/zones/flows snapshot + per-device capability subscriptions) instead of returning promptly and reporting connection progress via status updates. On Homeys with enough devices this could exceed Companion's init-call timeout and abort an otherwise-successful connection attempt.

No config or interface changes -- just re-import the updated version.

v0.0.13

Choose a tag to compare

@rlucassen rlucassen released this 10 Aug 18:11

Homey Companion module package. Download homey-0.0.13.tgz and import it in Companion via
Modules → Import module package.

Highlights in this version:

  • Generic display preset for any getable capability not covered by an explicit preset (previously
    only available as a variable).