Skip to content

Releases: RenierM26/hass_ids_hyyp

Bump API

01 Oct 06:02
Compare
Choose a tag to compare

Bump api to fix notification logic error.

15 Aug 17:15
Compare
Choose a tag to compare

Fix key error when no recent notification, await forward entry setup.

11 Aug 18:20
Compare
Choose a tag to compare
  • Bump API to fix key error when no recent notifications.
  • Fix for no stay profiles configured for each partition.

Full Changelog: 0.0.0.7...0.0.0.8

Fix issue with partition_data not updating.

07 May 12:44
Compare
Choose a tag to compare

Fix issue with partition_data not updating.

Full Changelog: 0.0.0.6...0.0.0.7

Fix function call order, alarm panel async.

07 May 12:11
Compare
Choose a tag to compare
  • Fix variable order in call to arm/disarm functions.
  • Alarm panel call update after arm/disarm.
  • Add trigger alarm (untested)

Full Changelog: 0.0.0.5...0.0.0.6

Breaking Change : Please read before upgrading

07 May 09:26
804b2f4
Compare
Choose a tag to compare

Device Unique IDs changed and will create new entities. Remove integration of stale entities.
Requires Hass version 2022.5 and newer.

  • Refactor entity.py to allow for additional sensors.
  • bump api, new structure that aligns more towards site/partition/zone.
  • Additional sensors.
  • Uses new Alarm_panel descriptions.

Full Changelog: 0.0.0.4...0.0.0.5

0.0.0.4

02 May 19:12
Compare
Choose a tag to compare
  • Add last event name and time.
  • Typing and other minor fixes.

Full Changelog: 0.0.0.3...0.0.0.4

0.0.0.3

01 May 16:53
Compare
Choose a tag to compare
  • Add options to store bypass and/or arm codes. (Under config flow options)
  • Add service to bypass zones if you choose not to store the bypass code.
  • Refine switch platform error message to indicate invalid code.

Full Changelog: 0.0.0.2...0.0.0.3

Initial release.

01 May 11:36
Compare
Choose a tag to compare
  • Bypassed zones show up as switches. (Off = bypass enabled)
  • Should be able to bypass a zone via the switch entities.
  • Arm/Disarm alarm.
  • Stay profile 1 = Arm Home. Only support the 1st stay profile for now.
  • Show show when Alarm has been triggered. (Not able to test this yet)