Skip to content

v1.2.0 - Friendly Names & False Positive Fix

Choose a tag to compare

@Danm72 Danm72 released this 23 Jan 16:42

Features

  • Friendly Names: Suggestions now display human-readable entity names (e.g., "Turn on Office Curtain" instead of "Turn on cover.office_curtain_2")
  • Batched Notifications: Single notification with bullet list instead of spamming individual notifications

Bug Fixes

  • Fixed False Positives: Integration-triggered events (like UniFi Protect camera switches at 03:30 AM) no longer appear as manual action suggestions
  • is_manual_action() now requires a valid context_user_id (not the placeholder "unknown")

Testing Improvements

  • E2E tests now properly isolated from pytest-homeassistant-custom-component socket blocking
  • Run e2e tests with: pytest tests/e2e/ -c tests/e2e/pytest.ini

Full Changelog

v1.1.0...v1.2.0