Skip to content

v7

Choose a tag to compare

@trickv trickv released this 27 Jun 18:50
aa7a74b

What's new in v7

Multi-account support (#4) — thanks @jacobwilsonnet!

  • Add multiple Claude accounts as separate integration entries, each with its own device and sensors. Enabled via per-account unique IDs (derived from the account email) and single_config_entry: false.
  • New reconfigure flow to re-point an existing entry at a different Claude account.
  • Guards against duplicate accounts on reauth/reconfigure — re-pointing an entry at an account another entry already tracks now aborts cleanly instead of creating duplicate devices/sensors.

Usage API

  • Parse the newer spend overage schema (used/limit as money objects with their own amount_minor/exponent, percent on a 0–100 scale). Forward-compatible — the legacy extra_usage field is still read first, so there's no behavior change until Anthropic completes the migration.

Full changelog: v6...v7