diff --git a/.version b/.version index 4f328125..93979da5 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.4.5.1 \ No newline at end of file +0.4.5.2 \ No newline at end of file diff --git a/README.md b/README.md index 468c87c5..1c3c858e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Due to the popularity of the library, I've decided to list it publicly on the Pi So, the installation is as simple as typing the following command: ```bash -pip install meross_iot==0.4.5.0 +pip install meross_iot==0.4.5.2 ``` ## Usage & Full Documentation @@ -184,12 +184,16 @@ Anyway, feel free to contribute via donations!

## Changelog +#### 0.4.5.2 +- Adds support for Runtime mixin (addresses #270) +- Improves documentation + +
+ Older #### 0.4.5.1 - Adds support for MOD150 oil diffuser - Enables position set for MSR100 devices (might not work with non-HomeKit versions, though) -
- Older #### 0.4.5.0 - Introduced support for local-lan-http command handling - RollerShutter refactor and code improvements