Skip to content

v2.1.0 - Voice PE Local Control + Auto Voice PE Timers

Choose a tag to compare

@eyalgal eyalgal released this 24 Jan 18:08
23ad85a

Highlights ✨

  • Voice PE local timers (advanced): start timers from the UI and pause / resume / cancel them (requires the advanced Voice PE ESPHome + template sensor setup). 🎛️
  • Auto Voice PE timers (new): optional setting to automatically create new custom/pinned timers as local Voice PE timers. 🚀
  • MQTT events improved: MQTT payloads now include pinned_id for pinned timers (fixes #76). 📡✅
  • Voice PE docs split: clearer “mirror-only” vs “advanced” setup guides. 📚

Changes 🔧

Voice PE

  • Added support for locally controllable Voice PE timers (advanced setup).
  • Added config option auto_voice_pe (default: false) to auto-create new custom/pinned timers as local Voice PE timers (requires Voice PE control entity).
  • Added config option voice_pe_control_entity (default: null) to explicitly set which text.* / input_text.* entity receives Voice PE timer commands.

MQTT / Automations

  • MQTT event payloads now include additional metadata (where available), including pinned_id for pinned timers.

Docs

Breaking changes ⚠️

  • None expected.