Skip to content

Releases: NemoN/ha-chuango-ov300

0.5.3

Choose a tag to compare

@NemoN NemoN released this 06 Mar 20:38
  • Fixed part renames from the app so updated sensor/keyfob names propagate correctly in Home Assistant
  • Improved SOS button naming and Lovelace example configuration
  • Refined performance for event history state handling

0.5.2

Choose a tag to compare

@NemoN NemoN released this 06 Mar 20:14
  • Added SOS trigger support via the alarm control panel and dedicated SOS button
  • Improved alarm origin/source labeling for SOS, keyfob, and app-triggered events
  • Improved entity icons and update advisory localization

0.5.1

Choose a tag to compare

@NemoN NemoN released this 05 Mar 21:43
  • Added Chinese translations (zh-Hans, zh-Hant) for the integration
  • Synced base English localization keys with the current feature set
  • Moved release notes to dedicated CHANGELOG.md

0.5.0

Choose a tag to compare

@NemoN NemoN released this 05 Mar 21:28
  • Added firmware version sensor and firmware update entity
  • Added entry/exit delay controls and delay tone switches
  • Added RF test mode switch
  • Added per-part zone select, per-part enabled switch, and per-keyfob SOS switch
  • Improved command/state sync stability and reduced part-state flicker

0.4.1

Choose a tag to compare

@NemoN NemoN released this 02 Mar 14:22
  • Translations: Added strings.json for proper translation support; entity names now correctly translate based on HA system language
  • Live event delivery: Alarm events are now delivered immediately via HA dispatcher signals instead of coordinator updates, fixing missed or delayed events
  • Live event history: Live MQTT alarm events are now appended to the history attribute in real-time
  • Screenshots: Added device page screenshots (English & German) to README

0.4.0

Choose a tag to compare

@NemoN NemoN released this 01 Mar 19:26
  • Event log: Live alarm events (arm/disarm, SOS, tamper, power, sensor trigger) as event entity with cloud history
  • AC power status: Binary sensor showing mains/battery power state
  • Dashboard card: Markdown card example for alarm history display

0.3.0

Choose a tag to compare

@NemoN NemoN released this 01 Mar 08:37
  • Alarm settings: Configure alarm volume (mute/low/medium/high), alarm duration (1–5 min), and arm/disarm beep on/off
  • Accessories as sub-devices: Door, window, PIR sensors and key fobs appear as sub-devices beneath the alarm panel
  • Refresh accessories: Manual button to refresh the accessories list, plus automatic refresh every 24 hours
  • Triggered-by tracking: Shows which sensor or user triggered the alarm (including SOS)
  • Improved shutdown: Clean integration shutdown without errors

0.2.3

Choose a tag to compare

@NemoN NemoN released this 16 Feb 09:04

Fixed

  • Fixed small issue with hassfest validation

0.2.2

Choose a tag to compare

@NemoN NemoN released this 16 Feb 08:46

Fixed

  • Fixed config entry unload error in Home Assistant by registering mqtt.async_stop correctly in async_on_unload (coroutine callback instead of pre-created task).
  • Improved handling of shared-device API responses: {} is now treated as “no shared devices” instead of an unexpected response error.
  • Prevented setup retry loop when no shared devices are available by raising a config-entry setup error with a documentation hint.

Documentation

  • Updated setup instructions (EN/DE) to require a dedicated DreamCatcher user for Home Assistant (separate email), sharing the alarm system with that user, then using that user in HA login.

0.2.1

Choose a tag to compare

@NemoN NemoN released this 06 Feb 16:30
  • Completely rewritten README with comprehensive documentation