fix link in Configurator the source.. (#10640)

the source of the demo integration
This commit is contained in:
scheric 2019-10-06 19:52:50 +02:00 committed by Franck Nijhof
parent 8c8bede5df
commit e13bae66c9

View File

@ -18,6 +18,6 @@ The configurator integration allows integrations to request information from the
- 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](/demo) and Plex are implemented using the configurator. See [the source of the demo integration](https://github.com/home-assistant/home-assistant/tree/dev/homeassistant/integrations/demo) for a simple example.
The Hue integration in [the demo](/demo) and Plex are implemented using the configurator. See [the source of the demo integration](https://github.com/home-assistant/home-assistant/tree/dev/homeassistant/components/demo) for a simple example.
See [the source](https://github.com/home-assistant/home-assistant/tree/dev/homeassistant/components/configurator) for more details on how to use the configurator integration.