mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-07 11:38:58 +00:00
937 B
937 B
layout, title, description, date, sidebar, comments, sharing, footer
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | Configurator | Instructions how to integrate the configurator in your components. | 2015-03-15 00:51 | false | false | true | true |
This component is intended for developers.
The configurator component allows components to request information from the user. It is currently implemented as the minimum viable product: it supports showing a text, image and button to the user. It will trigger a callback when the button is pressed.
The Hue component in the demo is implemented using the configurator. See the source of the demo component for a simple example.
See the source for more details on how to use the configurator component.