1
mirror of https://github.com/home-assistant/core synced 2024-09-25 00:41:32 +02:00

Bump pyenphase to 1.9.3 (#99787)

* Bump pyenphase to 1.9.2

changelog: https://github.com/pyenphase/pyenphase/compare/v1.9.1...v1.9.2

Handle the case where the user has manually specified a password for
local auth with firmware < 7.x but its incorrect.

The integration previously accepted any wrong password and would
reduce functionality down to what works without a password. We now
preserve that behavior to avoid breaking existing installs.

* bump
This commit is contained in:
J. Nick Koston 2023-09-07 05:17:04 -05:00 committed by GitHub
parent 0cc2c27115
commit f1ae523ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
"documentation": "https://www.home-assistant.io/integrations/enphase_envoy",
"iot_class": "local_polling",
"loggers": ["pyenphase"],
"requirements": ["pyenphase==1.9.1"],
"requirements": ["pyenphase==1.9.3"],
"zeroconf": [
{
"type": "_enphase-envoy._tcp.local."

View File

@ -1673,7 +1673,7 @@ pyedimax==0.2.1
pyefergy==22.1.1
# homeassistant.components.enphase_envoy
pyenphase==1.9.1
pyenphase==1.9.3
# homeassistant.components.envisalink
pyenvisalink==4.6

View File

@ -1240,7 +1240,7 @@ pyeconet==0.1.20
pyefergy==22.1.1
# homeassistant.components.enphase_envoy
pyenphase==1.9.1
pyenphase==1.9.3
# homeassistant.components.everlights
pyeverlights==0.1.0