Releases: RenierM26/hass_ids_hyyp
Releases · RenierM26/hass_ids_hyyp
Bump API
Bump api to fix notification logic error.
Full Changelog: 0.0.0.8...0.0.0.9
Fix key error when no recent notification, await forward entry setup.
- 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.
Fix issue with partition_data not updating.
Full Changelog: 0.0.0.6...0.0.0.7
Fix function call order, alarm panel async.
- 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
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
- 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
- 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.
- 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)