Skip to main content

Hooks

tip

Hooks are part of the Controllers-Hooks Ecosystem. You can read more about this topic here.

Hooks are blueprints which seamlessly integrate with Controllers to enable control of lights, media players and much more, without having to write a single line of code.

While Controllers are responsible for integrating the hardware and exposing an abstract interface to the user, Hooks can link to this interface and listen for events fired by a controller, taking care of providing the actual control functionality for common use cases.

NameDescription
CoverThis Hook blueprint allows to build a controller-based automation to control a cover. Supports opening, closing and tilting the cover.
LightThis Hook blueprint allows to build a controller-based automation to control a light. Supports brightness and color control both for white temperature and rgb lights.
Media PlayerThis Hook blueprint allows to build a controller-based automation to control a media player. Supports volume setting, play/pause and track selection.