Skip to content

Releases: rsnodgrass/hass-adtpulse

0.4.6

21 Apr 06:49
5c6298e
Compare
Choose a tag to compare

0.4.6

  • add arm night
  • bump pyadtpulse to 1.2.9
    This should fix some errors caused in recovery from disconnections

0.4.5 (2024-04-04)

05 Apr 02:35
0582c72
Compare
Choose a tag to compare
  • update to work with HA 2024.04 release

0.4.4

07 Mar 06:33
Compare
Choose a tag to compare

0.4.4 (2024-03-07)

  • update connection status and next update sensors on successful data fetch
  • bump pyadtpulse to 1.2.8 which should provide better error logging and more stability for failures from Pulse site

0.4.3

02 Mar 23:26
Compare
Choose a tag to compare

0.4.3 (2024-03-02)

  • fix not updating when exception is raised
  • change glass break type to sound binary sensor

0.4.2

25 Feb 14:45
b18f79f
Compare
Choose a tag to compare

0.4.2 (2024-02-25)

  • use default Home Assistant icons where possible
  • remove gateway serial number/site id from gateway name

0.4.1

25 Feb 14:44
b18f79f
Compare
Choose a tag to compare

0.4.1 (2024-02-24)

  • bump pyadtpulse to 1.2.7. This will:

    • perform a full re-login approximately every 6 hours
    • speed up zone and alarm update times
    • allow Home Assistant to just refresh updated zones/alarm instead all all entities
    • fix various "you have not logged in yet" errors
  • have connection status show authentication errors

  • correctly handle coordinator update authentication errors to perform configuration reauthentication flow

0.4.0

25 Feb 14:46
d47314b
Compare
Choose a tag to compare

various changes for pyadtpulse 1.2

0.3.5

22 Dec 09:06
b863b28
Compare
Choose a tag to compare

bump pyadtpulse to 1.1.5 for more v27 Pulse html changes

0.3.4

14 Dec 05:30
eb1e64e
Compare
Choose a tag to compare

bump pyadtpulse version to 1.1.4

0.3.3

12 Oct 14:00
6f4e754
Compare
Choose a tag to compare

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.