mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-13 07:14:04 +02:00
fix title
This commit is contained in:
parent
b67b25da23
commit
5168fe91ed
1 changed files with 1 additions and 3 deletions
|
|
@ -79,9 +79,7 @@ class OptionsFlowHandler(config_entries.OptionsFlow):
|
|||
if user_input is not None:
|
||||
validate_options(user_input, errors)
|
||||
if not errors:
|
||||
return self.async_create_entry(
|
||||
title=user_input["name"], data=user_input
|
||||
)
|
||||
return self.async_create_entry(title="", data=user_input)
|
||||
|
||||
all_lights = cv.multi_select(self.hass.states.async_entity_ids("light"))
|
||||
validation_tuples = copy(VALIDATION_TUPLES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue