Added
- Exposes information for an accessory (device or group) can be overridden via the JSON configuration, using the
exposes
key in the device configuration. This is not part of the configuration UI and uses the sameexposes
structure as Zigbee2MQTT. - ⚠️ Experimental features: Starting from this release, features/changes can be introduced as experimental.
This means that you have to enable these features/changes explicitly in your configuration and you must be aware
that things might break. The main reason for adding this, is so that users can try out changes/features that
are still being worked on and provide feedback based on their experiences. Please refer to the
documentation on plugin configuration for more information. - Experimental
GROUPS
:- Adds accessories for all the groups for which it can determine valid exposes information.
- Configuration option to exclude all devices that are part of a group (
exclude_grouped_devices
, default:false
).
Changed
- Experimental
COLOR_MODE
:
Fixed
- Bug in
exposesAreEqual
causing differences in entries withfeatures
not to be recognized.