Releases: eavanvalkenburg/sia
small release to add version to manifest
Added version to manifest
small release to add version to manifest
Most of the dev is happening in the beta versions, so I would advice switching to that one, for now just adding the version in the manifest.
Complete rebuild!
Thanks for using SIA, this version is rebuilt to a architecture that is supported by HA, it is the first version of that so take care. The big new thing is that this version puts every SIA event on the internal eventbus of HA, this is listened to by each of the built-in components, those are the same as the old version, but they have consistent attributes with latest_code+message+timestamp for the relevant codes for that component, the heartbeat sensor shows every event for that account.
You can create automations based on other events because of this setup, use the event trigger and listen for event of event_type: sia_event_<port>_<account>
so if you are listening on port 8125 and account AAA, listen for events of event_type sia_event_8125_AAA
. In the HA event, there are the following fields: port, account, zone, code, message, id, timestamp. So loads more opportunities to automate smart things with the non-standard codes some alarm systems use!
Added add-attribute function to alarm and binary, updated package.
v0.3.11-beta.4 updated package
Added power sensor and message attribute
Updated beta package
v0.3.11-beta.2 updated package beta
New package version with additional parsing
New package version (2.0.9b2) that has support for parsing content with ri, ti, id fields.
Added some codes to const.
Add keyswitch arm/disarm events to reactions array
Add keyswitch arm/disarm events to reactions array
Fix for binary sensors
Fix for binary sensors not resetting.
Small fix in package and updates based on work on official integration
Small update in the package (v2.0.8) that makes sure when responding fails the update to the entities do not fail.
Further code improvements based on the official integration.