diff --git a/custom_components/sunpower/manifest.json b/custom_components/sunpower/manifest.json index 72bc5da..6e0bc46 100644 --- a/custom_components/sunpower/manifest.json +++ b/custom_components/sunpower/manifest.json @@ -6,10 +6,10 @@ "dependencies": [], "documentation": "https://github.com/krbaker/hass-sunpower", "homekit": {}, - "iot_class": "cloud_polling", + "iot_class": "local_polling", "issue_tracker": "https://github.com/krbaker/hass-sunpower/issues", "requirements": ["requests"], "ssdp": [], - "version": "2024.5.1", + "version": "2025.8.1", "zeroconf": [] } diff --git a/hacs.json b/hacs.json index 3ed84fb..fa45b13 100644 --- a/hacs.json +++ b/hacs.json @@ -1,7 +1,7 @@ { "name": "SunPower", "domains": ["binary_sensor", "sensor"], - "homeassistant": "2024.1.0", + "homeassistant": "2025.1.0", "iot_class": ["Local Poll"], "render_readme": true }