Releases: hostcc/hass-gs-alarm
2.2.0
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
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
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 have10.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
What's Changed
Full Changelog: 1.23.0...1.24.0
1.23.0
What's Changed
Full Changelog: 1.22.3...1.23.0
1.22.3
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
What's Changed
Full Changelog: 1.22.1...1.22.2
1.22.1
What's Changed
Full Changelog: 1.22.0...1.22.1
1.22.0
What's Changed
Full Changelog: 1.21.0...1.22.0
1.21.0
What's Changed
Full Changelog: 1.20.0...1.21.0