diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc072e..93edb35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v2.2.2 +- **fix**: Sensor magnet sensors type classes change to `SAFETY` to match documentation and remove unused entity descriptions #133 + ## v2.2.1 - **fix**: Magnet shock status error #131 diff --git a/custom_components/hikvision_axpro/manifest.json b/custom_components/hikvision_axpro/manifest.json index 16fbd8c..673dda7 100644 --- a/custom_components/hikvision_axpro/manifest.json +++ b/custom_components/hikvision_axpro/manifest.json @@ -14,5 +14,5 @@ "hikaxpro==2.2.1", "requests" ], - "version": "2.2.1" + "version": "2.2.2" } \ No newline at end of file