Skip to content

Releases: eigger/hass-gicisky

Release 3.0.0

27 Apr 04:09
2c49008

Choose a tag to compare

What's Changed

  • Add configurable write debounce support & new Write smart action to reduce impact by @italo-lombardi in #64
  • Refactor write guarded service by @eigger in #65

🚨 Breaking Change: Write Service Segregation

In v3.0.0, the responsibilities of write services have been explicitly separated.
All safety-related logic has been migrated from the standard write service to a new specialized service.

  • gicisky.write (Force-Write Only):
    This service is now strictly for direct writes. Internal safeguards—specifically Duplicate Prevention and Write Lock Validation—have been removed from this path. It will now execute writes immediately (unless dry_run: true is set).

  • gicisky.write_guarded (New - Protected Path):
    A new service introduced to inherit all safety-critical logic. You must use this service if your workflow requires:

    • Duplicate Prevention (Deduplication)
    • Write Lock Validation
    • Debounce Coalescing

Full Changelog: 2.2.0...3.0.0

Release 2.2.0

17 Apr 22:43
8ef72fd

Choose a tag to compare

What's Changed

  • Introduce WriteLock support to prevent physical screen updates by @italo-lombardi in #63

New Contributors

Full Changelog: 2.1.1...2.2.0

Release 2.1.1

01 Apr 11:00
bfc3b84

Choose a tag to compare

What's Changed

  • Add Register device and update entry lookup by @eigger in #62

Full Changelog: 2.1.0...2.1.1

Release 2.1.0

31 Mar 23:23
f1cefac

Choose a tag to compare

What's Changed

  • Only remove Write service when unloading the last device by @eigger in #60
  • Set entity categories for Alias and diagnostic sensors by @mr-ransel in #61

New Contributors

Full Changelog: 2.0.0...2.1.0

Release 2.0.0

23 Mar 04:08
8273444

Choose a tag to compare

What's Changed

  • Added support for advanced UI elements by @eigger in #58

Full Changelog: 1.7.1...2.0.0

Release 1.7.1

08 Mar 07:16
af9e360

Choose a tag to compare

What's Changed

  • Fix Handle missing BLE device data during write service by @eigger in #54
  • Fix 7.5" device compression logic based on firmware version by @eigger in #56

Full Changelog: 1.7.0...1.7.1

Release 1.7.0

04 Mar 23:32
775e7e3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.6...1.7.0

Release 1.6.6

22 Feb 23:33
9c8381f

Choose a tag to compare

What's Changed

  • 3.7" support added and verified by @eigger in #51

Full Changelog: 1.6.5...1.6.6

Release 1.6.5

22 Feb 14:44
f421eec

Choose a tag to compare

Release 1.6.5 Pre-release
Pre-release

What's Changed

Full Changelog: 1.6.4...1.6.5

Release 1.6.4

22 Feb 14:29
f78fc7f

Choose a tag to compare

Release 1.6.4 Pre-release
Pre-release

What's Changed

Full Changelog: 1.6.3...1.6.4