home-assistant.io/source/_components/configurator.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1019 B

title, description, logo, ha_category, ha_qa_scale, ha_release
title description logo ha_category ha_qa_scale ha_release
Configurator Instructions on how to integrate the configurator in your components. 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.