Note! Last version breaks support for FAN entity for smart Meross Humidifier. You'll need to add it again to HA if previously configured.
- Using MerossIot v0.4.7.2b3 which should add support for HomeKit Hubs (addressing #435 and possibly #400)
- Add support for BatteryLevel sensors for Meross SubDevices
- Address #499
- Fix light platform deprecations
- Fix climate platform deprecations
- Add OPENING and CLOSING transient states for garage openers (#493)
- Change log verbosity from INFO to DEBUG (addresses #481)
- Implement MFA support (addressing #467)
- Avoid storing username/password credentials (addressing #486)
- Add support for Meross OilDiffuser
- Refactor Meross Humidifier
- Update low level library to version 0.4.7.0
- Addressing #484
- Merge PR #449, fixing #448. Credits to @mguilherme
- Using the latest API Endpoints from Meross, version 0.4.6.0
- Fix logging errors
- Fix deprecated constants usage
- Using the latest API Endpoints from Meross
- Supporting energy sensor for plugs (#460, thanks to @benoitm974)
- Fixes component unloading issue (thanks to @TheHolyRoger)
- Attention: this version is not compatible with local-only addon
- Update low-level library to v0.4.6.0rc2 to support new API endpoints
- Merged PR #447
- Update low-level library to v0.4.5.7, addressing issue #414
- Update low-level library to v0.4.5.4 to solve issue #412
- Add roller shutter (MSR100) support
- Add thermostat (MTS200) support
- Implement support for LAN-LOCAL HTTP transport mode
- Update dependency to low-level meross_iot library (0.4.5.0)
- Fix log error caused by wrong variable reference
- Set addon to run on internal network
- Set default values for IP:PORT when using local addon and no mDNS info is gathered.
- Set addon to run on host network to make mDNS work
- Improve setup & UI experience
- Fix import error preventing the component from loading via HA
- Removed zeroconf HA discovery support as it is now managed via setup config flow.
- This component is now working with the Meross Local Addon (still in alpha, though).
- Merges 1.2.4-rc1 features with the latest master release (v1.2.4)
- Merges pull request #365 that fixes MSS3XX consumption readings
- Updated low-level library to MerossIot v0.4.4.7
- Updated low-level library to MerossIot v0.4.4.6
- Updated low-level library to MerossIot v0.4.4.5
- Prepared component for integration with the Meross local-addon
- Updated HACS badge URL (thanks to @wrt54g)
- Upgraded low-level library dependency to 0.4.4.4
- Added MSG200 Support
- Updated default polling intervals: sensor polling every 30s, API discovery every 120s
- Added option to set a custom user-agent for HTTP communication against Meross API
- Upgraded low-level library dependency to 0.4.4.3
- Improved HACS documentation
- Added .devcontainer and .vscode tasks to support local-debugging