Bump pysma to 0.6.1 (#52401)

pull/52403/head
René Klomp 2021-07-01 21:32:46 +02:00 committed by GitHub
parent 1337dfed8c
commit d6ed5dac8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -167,7 +167,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
pysma.exceptions.SmaReadException,
pysma.exceptions.SmaConnectionException,
) as exc:
raise UpdateFailed from exc
raise UpdateFailed(exc) from exc
interval = timedelta(
seconds=entry.options.get(CONF_SCAN_INTERVAL, DEFAULT_SCAN_INTERVAL)

View File

@ -3,7 +3,7 @@
"name": "SMA Solar",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sma",
"requirements": ["pysma==0.6.0"],
"requirements": ["pysma==0.6.1"],
"codeowners": ["@kellerza", "@rklomp"],
"iot_class": "local_polling"
}

View File

@ -1756,7 +1756,7 @@ pysignalclirestapi==0.3.4
pyskyqhub==0.1.3
# homeassistant.components.sma
pysma==0.6.0
pysma==0.6.1
# homeassistant.components.smappee
pysmappee==0.2.25

View File

@ -998,7 +998,7 @@ pysiaalarm==3.0.0
pysignalclirestapi==0.3.4
# homeassistant.components.sma
pysma==0.6.0
pysma==0.6.1
# homeassistant.components.smappee
pysmappee==0.2.25