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.
Name | Description |
---|---|
Cover | This Hook blueprint allows to build a controller-based automation to control a cover. Supports opening, closing and tilting the cover. |
Light | This 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 Player | This Hook blueprint allows to build a controller-based automation to control a media player. Supports volume setting, play/pause and track selection. |