Bump regenmaschine to 2022.07.0 (#74680)

This commit is contained in:
Aaron Bach 2022-07-08 15:18:40 -06:00 committed by GitHub
parent 010b18be34
commit 0cca086aab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -183,7 +183,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
entry.data[CONF_IP_ADDRESS],
entry.data[CONF_PASSWORD],
port=entry.data[CONF_PORT],
ssl=entry.data.get(CONF_SSL, DEFAULT_SSL),
use_ssl=entry.data.get(CONF_SSL, DEFAULT_SSL),
)
except RainMachineError as err:
raise ConfigEntryNotReady from err

View file

@ -32,7 +32,7 @@ async def async_get_controller(
websession = aiohttp_client.async_get_clientsession(hass)
client = Client(session=websession)
try:
await client.load_local(ip_address, password, port=port, ssl=ssl)
await client.load_local(ip_address, password, port=port, use_ssl=ssl)
except RainMachineError:
return None
else:

View file

@ -3,7 +3,7 @@
"name": "RainMachine",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/rainmachine",
"requirements": ["regenmaschine==2022.06.1"],
"requirements": ["regenmaschine==2022.07.0"],
"codeowners": ["@bachya"],
"iot_class": "local_polling",
"homekit": {

View file

@ -2065,7 +2065,7 @@ raincloudy==0.0.7
raspyrfm-client==1.2.8
# homeassistant.components.rainmachine
regenmaschine==2022.06.1
regenmaschine==2022.07.0
# homeassistant.components.renault
renault-api==0.1.11

View file

@ -1379,7 +1379,7 @@ radios==0.1.1
radiotherm==2.1.0
# homeassistant.components.rainmachine
regenmaschine==2022.06.1
regenmaschine==2022.07.0
# homeassistant.components.renault
renault-api==0.1.11