Configurator

Caution

This integration is intended for developers.

The Configurator integration集成将 Home Assistant 与您的设备、服务等连接和集成。 [Learn more] allows integrations to request information from the user. It is currently implemented as the minimum viable product:

  • It supports showing a text, image, and a 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.