Release 1.0.9
[1.0.9] - 2026-03-06
Breaking Changes
-
[applyFiltersToDeviceEntities]: Remove applyFiltersToDeviceEntities config option and use unified logic. A device is exposed if it is in a valid area or has a valid label or has any entities that are in a valid area or have a valid label. Thanks trilu2000, Trushna and itsgreat2misha (#171).
If you want to expose all entities, use the filters on the device and don't use them on its entities.
If you want to expose only some entities, don't use the filters on the device and apply them only to the entities you want to expose.
-
[logger]: The logger is no more in debug mode as default: you need to set debug for the plugin in the config to have a log suitable for debug.
Changed
- [package]: Update dependencies.
- [package]: Bump package to
automatorv.3.1.1. - [package]: Add
@eslint/json. - [package]: Add
@eslint/markdown. - [package]: Add
CONTRIBUTING.md. - [package]: Add
STYLEGUIDE.md.
Fixed
- [logger]: Fix logger level. Thanks Reimer Prochnow (Luligu/matterbridge#521).