Configurator
This integration is intended for developers.
The Configurator integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [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
See the source