github dermotduffy/advanced-camera-card v8.0.0-rc.5

pre-release2 hours ago

8.0.0-rc.5 (2026-08-23)

⚠ BREAKING CHANGES

  • selected and unselected are removed from live.microphone.auto_unmute / auto_mute. A camera change ends any call and the microphone only carries audio during a call, so neither were useful.
  • live.microphone.disconnect_seconds is removed. The microphone is released when a call ends, so there is no idle countdown to configure. Use live.microphone.always_connected to hold it open instead.
  • The microphone_connect and microphone_disconnect actions are removed. The card owns the microphone lifecycle; microphone_mute and microphone_unmute remain.
  • call is removed from live.microphone.auto_mute, whose default is now []. The microphone is muted when a call ends regardless of this option.
  • microphone_unmute has no effect outside a call. Nothing carries the audio at any other time, so the request is ignored rather than opening the microphone.

🐛 Bug Fixes

📚 Documentation

👷 Continuous Integration

  • Add triage labels (priority, regression, fixed-pending-release) (#2555) (f1cf790)

🔨 Code Refactoring

  • Convert the build scripts to TypeScript and group them (#2696) (2d7c86c), closes #2695

🔧 Chores

Don't miss a new advanced-camera-card release

NewReleases is sending notifications on new releases.