What's Changed
Improvements
- Added
dataparameter support for service calls — You can now pass arbitrary service data (e.g.,finger_id,num_scans) via thedatakey inconfirm_action, enabling services that require additional parameters beyond just a target. - Added
device_idandarea_idtarget support — Targets are no longer limited toentity_id. You can now target devices and areas directly, matching the full Home Assistant service call target spec. - Made all target fields optional —
targetand its sub-fields (entity_id,device_id,area_id) are now optional and accept both single strings and arrays.
Contributors
Full Changelog: v1.0.0...v1.0.1