hey folks! want to my integration i created:
It is specific to my water utility company, that shows the water usage for last 7 days.
would like your feedback before publishing it out to hacs.
hey folks! want to my integration i created:
It is specific to my water utility company, that shows the water usage for last 7 days.
would like your feedback before publishing it out to hacs.
awesome.
quick question, have you considered using ‘green button’ to download the xml directly ? not sure if that is better than scraping website.
I tried the ACWD HA integration and it fails with the following error:
2025-01-05 10:43:26.362 ERROR (MainThread) [custom_components.acwd_water_usage.sensor] Error updating water usage data: 'str' object has no attribute 'get'
2025-01-05 10:43:26.370 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration acwd_water_usage with title: ACWD Water Usage and entry_id: XXXXXXXX, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1, please report this issue