Skip to content

Releases: hostcc/hass-gs-alarm

2.2.0

15 May 18:49
Compare
Choose a tag to compare

What's Changed

@hostcc in #62: The integration now supports multiple languages for all entities it provides.

The following languages have been added, please note some have been completed by Github Copilot and may not be 100% accurate - PRs are welcome to improve:

  • Belarusian (be)
  • German (de)
  • Spanish (es)
  • French (fr)
  • Italian (it)
  • Polish (pl)
  • Portuguese (pt)
  • Russian (ru)
  • Ukrainian (ua)

🆔 Please note that IDs of certain entities have changed, which might result in duplicate entries in Home Assistant - rather than cleaning those up you might want to consider re-adding the integration.

Full Changelog: 2.1.0...2.2.0

2.1.0

13 May 06:25
Compare
Choose a tag to compare

What's Changed

  • @hostcc in #61: Sensors and alert configuration settings are now available as switches. While it might not be the best UI experience if you have many
    sensors, but the change makes the configuration of better visibility and allows programmatically control it.

    Each sensor has separate switches for each cofiguration option (e.g. enabled, has delay arming etc.), as well as its alert mode (alert only when armed away, alert always etc.).
    Additionally, alert configuration for the panel has been added same way - you can now control what alerts are enabled (on door open or close, on sensor low battery etc.).

    Disabling/enabling sensors through integration options (Configure button in Home Assistant UI) is no longer available.

Full Changelog: 2.0.0...2.1.0

2.0.0

28 Apr 23:01
Compare
Choose a tag to compare

What's Changed

  • @hostcc in #60: Leveraging the updated pyg90alarm library, the change introduces support for cloud notifications protocol. With that, it is no longer required for the panel to have 10.10.10.250 IP address to receive notifications thus reflect changes in sensors. However, the cloud notifications require diverting network traffic from alarm panel to cloud servers to the HASS instance (using DNAT, port mapping or similar technique).

    Despite the cloud notifications name the procotol does not depend on any Internet connectivity (unless using the chained mode), just implements same protocol the panel uses to communicate with cloud servers - the change tricks it into thinking it is still communicating with the cloud servers, while actual communication happens with HASS integration.

    The chained mode is similar to the cloud mode, but it allows the mobile application to see the panel as online. The mode does depend on Internet connectivity, and cloud servers being operational.

Full Changelog: 1.24.0...2.0.0

1.24.0

20 Apr 06:47
Compare
Choose a tag to compare
1.24.0 Pre-release
Pre-release

What's Changed

  • feat: update dependencies and GitHub Actions workflow by @hostcc in #59

Full Changelog: 1.23.0...1.24.0

1.23.0

28 Dec 22:10
Compare
Choose a tag to compare

What's Changed

  • feat: Add tamper and door open when arming attributes to sensors by @hostcc in #53

Full Changelog: 1.22.3...1.23.0

1.22.3

17 Dec 19:49
Compare
Choose a tag to compare

What's Changed

  • fix: Update pyg90alarm to fix device GUID validation when simulating alerts from history by @hostcc in #52

Full Changelog: 1.22.2...1.22.3

1.22.2

16 Dec 22:16
Compare
Choose a tag to compare

What's Changed

  • fix: Update pyg90alarm to most recent version by @hostcc in #51

Full Changelog: 1.22.1...1.22.2

1.22.1

14 Dec 10:25
Compare
Choose a tag to compare

What's Changed

  • fix: Updated pyg90alarm dependency for better history processing by @hostcc in #50

Full Changelog: 1.22.0...1.22.1

1.22.0

06 Dec 18:33
Compare
Choose a tag to compare

What's Changed

  • feat: OptionsFlowHandler updated to follow recent HomeAssistant changes by @hostcc in #48

Full Changelog: 1.21.0...1.22.0

1.21.0

19 Nov 16:09
Compare
Choose a tag to compare

What's Changed

  • feat: Update for Home Assistant 2024.11 by @hostcc in #47

Full Changelog: 1.20.0...1.21.0