Bump regenmaschine
to 2022.09.2 (#79010)
* Bump `regenmaschine` to 2022.09.2 * Fix tests * Restore incorrectly-deleted test
This commit is contained in:
parent
81514b0d1c
commit
21b91f75ba
8 changed files with 18 additions and 12 deletions
|
@ -132,7 +132,7 @@ class RainMachineFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
|||
# access token without using the IP address and password, so we have to
|
||||
# store it:
|
||||
return self.async_create_entry(
|
||||
title=str(controller.name),
|
||||
title=controller.name.capitalize(),
|
||||
data={
|
||||
CONF_IP_ADDRESS: user_input[CONF_IP_ADDRESS],
|
||||
CONF_PASSWORD: user_input[CONF_PASSWORD],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue