Skip to content

v1.0.1

Latest

Choose a tag to compare

@itsbrianburton itsbrianburton released this 23 Mar 10:02

What's Changed

Improvements

  • Added data parameter support for service calls — You can now pass arbitrary service data (e.g., finger_id, num_scans) via the data key in confirm_action, enabling services that require additional parameters beyond just a target.
  • Added device_id and area_id target support — Targets are no longer limited to entity_id. You can now target devices and areas directly, matching the full Home Assistant service call target spec.
  • Made all target fields optionaltarget and 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