home-assistant.io/source/_components/configurator.markdown
Klaas Schoute b1ef4996eb ✏️ The great integration migration - part 2 (#9760)
* ✏️ The great integration migration - part 2

* ✏️ Tweak
2019-07-03 13:48:38 +02:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_qa_scale, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_qa_scale ha_release
page Configurator Instructions on how to integrate the configurator in your components. 2015-03-15 00:51 true false true true home-assistant.png
Other
internal 0.7

This integration is intended for developers.

The configurator integration allows integrations 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
  • Input fields can be defined with a description, and optional type
  • It will trigger a callback when the button is pressed

The Hue integration in the demo and Plex are implemented using the configurator. See the source of the demo integration for a simple example.

See the source for more details on how to use the configurator integration.