Releases: siku2/hass-dingz
0.6.0-alpha.1
Version 0.5.0
What's Changed
- Lights now listen to MQTT notifications to update instantly (#34)
- Resolve issue with the config timestamp sensor (#40)
- Fix energy sensor issue with HA version 2024.7
- Add German translation by @gitlocalize-app in #25
- Minimum HA version is now 2024.7
Full Changelog: 0.4.2...0.5.0
Version 0.4.2
Fix a syntax issue introduced in the last version.
Full Changelog: 0.4.1...0.4.2
Version 0.4.1
What's Changed
- Fix MQTT motor message parsing related to the 'motion' field. The integration should now react to the MQTT messages properly.
Full Changelog: 0.4.0...0.4.1
Version 0.4.0
What's Changed
- Fix blind position / lamella not displaying properly (#20).
- A new diagnostic sensor indicating whether the integration is receiving MQTT messages.
The following entities now take advantage of MQTT, if available:
- Covers
- Physical inputs
- Brightness
New Contributors
- Big thanks to @letienne for providing data related to the blinds API.
Full Changelog: 0.3.1...0.4.0
Beta Version 0.3.2
What's New
- Covers should now reflect the actual position and lamella state.
Version 0.3.1
Important
This is a complete re-write of the integration to conform to modern Home Assistant standards. Once installed, your config entries need to be re-created, as the config format is incompatible. Every single entity will change, you will have to update all references to entities from this integration.
The integration is now using the Dingz API from Firmware 2.0. Update your devices if you're not running the new firmware yet!
What's New
- Integration with MQTT. If a Dingz device is connected to the same broker as the Home Assistant instance, the integration will pick it up and use it to provide instant events for the PIR and buttons. Since the MQTT connection cannot be set up using the Dingz frontend, the integration provides config entities to do so.
- Support for thermostats. They're exposed as "climate" entities in Home Assistant.
- Support for fans.
Version 0.3.0
First off, this is a complete re-write of the integration. I updated the entire integration to conform to modern Home Assistant standards and I'm now using the modified Dingz API from Firmware 2.0. Update your devices if you're not running the new firmware yet!.
IMPORTANT
- Once installed, your config entries need to be re-created, as the config format is incompatible. Automatic migration might be added before the full release.
- Support for covers is currently missing as I'm unable to even set them up on my end...
- Every single entity will change, you will have to update all references to entities from this integration.
What's New
- Integration with MQTT. If a Dingz device is connected to the same broker as the Home Assistant instance, the integration will pick it up and use it to provide instant events for the PIR and buttons. Since the MQTT connection cannot be set up using the Dingz frontend, the integration provides config entities to do so.
- Support for thermostats. They're exposed as "climate" entities in Home Assistant.
Version 0.2.0
Version 0.1.6
Changelog
Changes
- Switched from deprecated device_state_attributes to extra_state_attributes.