Releases: MiguelRipoll23/homebridge-securitysystem
Releases · MiguelRipoll23/homebridge-securitysystem
v2.2.1
Breaking changes
Plugin alias has changed.
Please change your "accessory" field value to "security-system":
{
"accessory": "security-system", // <-- this
"name": "Security system",
"default_mode": "off",
}
Changelog
- Added command output to log.
- Added Homebridge configuration schema.
- Updated HOOBS configuration schema.
- Improved error handling.
- Command option removed.
v2.1.1
- Fixes plugin alias for HOOBS.
v2.1.0
- Added HOOBS configuration schema (beta).
- Changed state storage path.
- Fixed trigger seconds log value.
v2.0.2
- Commands are now executed before webhooks.
- Code refactored.
v2.0.1
- Improved README.md
v2.0.0
- Added option to exclude modes.
- Code refactored.
v1.9.0
- Added options to execute commands when the security mode changes.
- Added option to disable the arm delay for mode changes made using the server.
- Fixed issue in which non-user requests (favicon.icon) resulted in "code required" messages when authentication for the server was enabled.
- Code refactored to keep adding new stuff without creating a mess :)
v1.8.1
- Improved server state changes.
- Improved custom characteristics.
v1.8.0
Breaking Changes
- Server endpoints have changed.
- Server authentication has changed.
Changelog
- Added status codes for server responses.
- Added more server logging.
- Added missing webhook option to README.
- Improved server endpoints paths.
- Improved server authentication.
v1.7.0
Breaking Changes
- All webhook options have been renamed.
Changelog
- Added server to trigger and change the security system state. (#15 by @funkyremi)
- Added option to override off state and trigger the security system anyways.
- Added saved state to logging.
- Improved webhook behavior and options renamed.