diff --git a/custom_components/enphase_envoy/envoy_endpoints.py b/custom_components/enphase_envoy/envoy_endpoints.py index d5cacea..416aed8 100644 --- a/custom_components/enphase_envoy/envoy_endpoints.py +++ b/custom_components/enphase_envoy/envoy_endpoints.py @@ -33,7 +33,7 @@ }, "production_power": { "url": "https://{}/ivp/mod/603980032/mode/power", - "cache": 300, + "cache": 0, "installer_required": True, "optional": True, }, @@ -65,7 +65,7 @@ # Inverter endpoints "inventory": { "url": "https://{}/inventory.json", - "cache": 300, + "cache": 0, "installer_required": False, "optional": False, },