diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d8b7f..d57937a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.1](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/compare/v3.0.0...v3.0.1) (2024-09-22) + + +### Bug Fixes + +* Fixed HA warning for registering an entity service with a non entity service schema (15 minutes dev time) ([9410426](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/commit/9410426d48788e7a632291e3239e9e9ecbac9a27)) + # [3.0.0](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/compare/v2.0.2...v3.0.0) (2024-04-28) diff --git a/custom_components/carbon_intensity/manifest.json b/custom_components/carbon_intensity/manifest.json index d08a97e..e03c72e 100644 --- a/custom_components/carbon_intensity/manifest.json +++ b/custom_components/carbon_intensity/manifest.json @@ -11,6 +11,6 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/issues", "ssdp": [], - "version": "3.0.0", + "version": "3.0.1", "zeroconf": [] } \ No newline at end of file