Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Latest commit

 

History

History
45 lines (32 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

45 lines (32 loc) · 1.39 KB

0.4.0 (2024-02-02)

  • bump pyadtpulse to 1.2.0. This should provide more robust error handling and stability
  • add connection status and next update sensors
  • remove quick re-login service

0.3.5 (2023-12-22)

  • bump pyadtpulse to 1.1.5 to fix more changes in Pulse v27

0.3.4 (2023-12-13)

  • bump pyadtpulse to 1.1.4 to fix changes in Pulse V27

0.3.3 (2023-10-12)

  • bump pyadtpulse to 1.1.3. This should fix alarm not updating issue
  • add force stay and force away services
  • add relogin service
  • refactor code to use base entity. This should cause most entities to become unavailable if the gateway goes offline
  • disallow invalid alarm state changes
  • revert alarm card functionality. All states will be available, but exceptions will be thrown if an invalid state is requested.

0.3.2 (2023-10-08)

Alarm control panel updates:

  • update alarm capabilities based upon existing state of alarm
  • disable setting alarm to existing state
  • add arming/disarming icons
  • add assumed state
  • remove site id from attributes
  • raise HomeAssistant exception on alarm set failure
  • write ha state even if alarm action fails

0.3.1 (2023-10-07)

  • fix typo in manifest preventing install

0.3.0 (2023-10-07)

  • bump pyadtpulse to 1.1.2
  • add options flow for poll interval, relogin interval, keepalive interval
  • add reauth config flow
  • change code owner to rlippmann
  • add gateway and alarm devices