mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 12:26:29 +00:00
Fix syntax error in example code (#1040)
This commit is contained in:
parent
558f535bad
commit
76ba74ab87
@ -118,7 +118,7 @@ class ExampleConfigFlow(data_entry_flow.FlowHandler):
|
|||||||
}
|
}
|
||||||
|
|
||||||
if self.show_advanced_options:
|
if self.show_advanced_options:
|
||||||
data_schema["allow_groups"]: bool
|
data_schema["allow_groups"] = bool
|
||||||
|
|
||||||
return self.async_show_form(step_id="init", data_schema=vol.Schema(data_schema))
|
return self.async_show_form(step_id="init", data_schema=vol.Schema(data_schema))
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user