Skip to content

v1.0.7

Choose a tag to compare

@hackwell hackwell released this 06 Feb 17:03
· 1 commit to main since this release

What's New

New Entities

  • Signal Strength Sensor — Shows watch signal strength as percentage (diagnostic)
  • Last Message Sensor — Displays the most recent message from the watch, with sender, type, timestamp, and read status as attributes
  • Flower Button — Send a flower (praise) to the watch

Improvements

  • Faster location polling — Uses /v1/location/{id}/last endpoint (single object) instead of fetching the full location array
  • Chat history integration — Fetches chat history per device to populate last message state

Fixes

  • Accept DEVICE sender type from chat API (in addition to APP and WATCH)
  • Make chat message text field optional (voice messages have no text)
  • Skip unparseable chat messages instead of crashing the coordinator
  • Send required amount parameter in flower API call