homebridge-securitysystem 6.5.0 → 6.5.1-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,17 +4,25 @@ changelog:
4
4
  - ignore-for-release
5
5
 
6
6
  categories:
7
- - title: Breaking Changes ⚠️
7
+ - title: ☢️ Security
8
+ labels:
9
+ - bugfix
10
+
11
+ - title: 💥 Breaking Changes
8
12
  labels:
9
13
  - breaking-change
10
14
 
11
- - title: New Features 🎉
15
+ - title: 🎉 New Features
12
16
  labels:
13
17
  - enhancement
14
18
 
15
- - title: Bug Fixes
19
+ - title: 🐛 Bug Fixes
20
+ labels:
21
+ - bugfix
22
+
23
+ - title: 🧩 Dependencies
16
24
  labels:
17
- - bug
25
+ - dependencies
18
26
 
19
27
  - title: Other Changes
20
28
  labels:
package/README.md CHANGED
@@ -19,7 +19,7 @@ If you already have [Homebridge](https://github.com/homebridge/homebridge) insta
19
19
  <div align="left">
20
20
  <img align="right" width="206" height="445" src="https://media4.giphy.com/media/wDhRHFfrLRDeC1sXG5/giphy.gif">
21
21
  <p>Want to know how it looks like? It's pretty customizable, you can configure it to show as many switches as you like.</p>
22
- <p>What you are seeing at your right it's <b>the friendliest</b> configuration that you can start with, each <code>Siren</code> switch that you see can only trigger the security system if the mode is set on the security system. This allows you to create logic-less automations from the very Home app that comes already installed on iOS.</p>
22
+ <p>What you are seeing at your right is <b>the friendliest</b> configuration that you can start with, each <code>Siren</code> switch that you see can only trigger the security system if the mode is set on the security system. This allows you to create logic-less automations from the very Home app that comes already installed on iOS.</p>
23
23
  <p>There are also <code>Mode</code> switches which let you run automations that interact with your accessories when a mode is changed or set modes bypassing HomeKit confirmation dialogs.</p>
24
24
  <p>A web server, webhooks or even shell commands are available to integrate the security system with other devices or services plus a plenty of more settings to make this plugin your own DIY security system.</p>
25
25
  <p>Homebridge / HOOBS UI is recommended to configure the plugin, for additional help please check the <a href="https://github.com/MiguelRipoll23/homebridge-securitysystem/wiki">Wiki</a> page.</p>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-securitysystem",
3
3
  "displayName": "Homebridge Security System",
4
- "version": "6.5.0",
4
+ "version": "6.5.1-beta.1",
5
5
  "description": "Homebridge plugin that creates a security system accessory that can be triggered by HomeKit sensors.",
6
6
  "main": "src/index.js",
7
7
  "scripts": {