home-assistant / ui-schema

A schema to define a user interface for Home Assistant.
Apache License 2.0
41 stars 6 forks source link

Add support for Config Entry Options #250

Closed ghost closed 5 years ago

ghost commented 5 years ago

@Kane610 commented on Mar 11, 2019, 9:49 PM UTC:

Next step for config entries is options. Allowing extra configuration of a config entry from the front end also using data flow.

In the view where all config entries are listed, there is now also a boolean per entry which tells of support for options.

You can find the merged PR for backend here: home-assistant/home-assistant#18929

This issue was moved by iantrich from home-assistant/home-assistant-polymer#2910.

iantrich commented 5 years ago

Fixed in https://github.com/home-assistant/home-assistant-polymer/pull/3491