Fix powerwall data drop outs (#70383)
This commit is contained in:
parent
173a11893a
commit
755b5aa2e8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue