mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix powerwall data drop outs (#70383)
This commit is contained in:
parent
173a11893a
commit
755b5aa2e8
@ -9,7 +9,7 @@ POWERWALL_API_CHANGED: Final = "api_changed"
|
||||
POWERWALL_HTTP_SESSION: Final = "http_session"
|
||||
POWERWALL_LOGIN_FAILED_COUNT: Final = "login_failed_count"
|
||||
|
||||
UPDATE_INTERVAL = 5
|
||||
UPDATE_INTERVAL = 30
|
||||
|
||||
ATTR_FREQUENCY = "frequency"
|
||||
ATTR_INSTANT_AVERAGE_VOLTAGE = "instant_average_voltage"
|
||||
|
Loading…
x
Reference in New Issue
Block a user