You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the ComwattEnergySensor is being updated every two minutes, which is not necessary since the data from the Comwatt API is only refreshed once per hour. To optimize resource usage and reduce unnecessary calls, it is recommended to adjust the update frequency to once per hour.
Suggested Solution:
Utilize the DataUpdateCoordinator to implement polling at an hourly interval, as suggested in the Home Assistant documentation here.
The text was updated successfully, but these errors were encountered:
Description:
Currently, the ComwattEnergySensor is being updated every two minutes, which is not necessary since the data from the Comwatt API is only refreshed once per hour. To optimize resource usage and reduce unnecessary calls, it is recommended to adjust the update frequency to once per hour.
Suggested Solution:
Utilize the DataUpdateCoordinator to implement polling at an hourly interval, as suggested in the Home Assistant documentation here.
The text was updated successfully, but these errors were encountered: