Bump regenmaschine to 2022.09.2 (#79010)

* Bump `regenmaschine` to 2022.09.2

* Fix tests

* Restore incorrectly-deleted test
This commit is contained in:
Aaron Bach 2022-09-23 13:46:25 -06:00 committed by GitHub
parent 81514b0d1c
commit 21b91f75ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 18 additions and 12 deletions

View file

@ -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],