mirror of
https://github.com/home-assistant/core.git
synced 2026-05-30 12:14:20 +01:00
Lower update interval for zinvolt (#171851)
This commit is contained in:
committed by
GitHub
parent
65c074af9a
commit
4e986b181b
@@ -54,7 +54,7 @@ class ZinvoltDeviceCoordinator(DataUpdateCoordinator[ZinvoltData]):
|
||||
_LOGGER,
|
||||
config_entry=config_entry,
|
||||
name=f"Zinvolt {battery.identifier}",
|
||||
update_interval=timedelta(minutes=5),
|
||||
update_interval=timedelta(seconds=30),
|
||||
)
|
||||
self.battery = battery
|
||||
self.client = client
|
||||
|
||||
Reference in New Issue
Block a user