homebridge-arctic-spas 1.0.2 → 1.0.3

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.
@@ -7,13 +7,13 @@
7
7
  "footerDisplay": "See the [homebridge-arctic-spas](https://github.com/fiidim/homebridge-arctic-spas) developer page for detailed documentation, and to submit feature requests and bug reports.",
8
8
  "schema": {
9
9
  "type": "object",
10
+ "required": ["name", "apiKey"],
10
11
  "additionalProperties": false,
11
12
  "properties": {
12
13
  "name": { "title": "Name", "type": "string", "default": "Arctic Spas" },
13
14
  "apiKey": {
14
15
  "title": "X-API-KEY",
15
- "type": "string",
16
- "required": true
16
+ "type": "string"
17
17
  },
18
18
  "pollIntervalSeconds": {
19
19
  "title": "Poll Interval (seconds)",
@@ -96,8 +96,7 @@
96
96
  "type": "boolean",
97
97
  "default": true
98
98
  }
99
- },
100
- "required": ["name", "apiKey"]
99
+ }
101
100
  },
102
101
  "layout": [
103
102
  {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "homebridge-arctic-spas",
3
3
  "displayName": "Homebridge Arctic Spas",
4
4
  "type": "module",
5
- "version": "1.0.2",
5
+ "version": "1.0.3",
6
6
  "description": "Control an Arctic Spas Hot Tub via API, and report SpaBoy results.",
7
7
  "license": "Apache-2.0",
8
8
  "homepage": "https://github.com/fiidim/homebridge-arctic-spas#readme",