You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema.json
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -21,21 +21,16 @@
21
21
],
22
22
"properties": {
23
23
"manufacturer": {
24
-
"type": "string",
25
-
"description": "The manufacturer of the device as it appears in Home Assistant."
24
+
"type": "string"
26
25
},
27
26
"model": {
28
-
"type": "string",
29
-
"description": "The model of the device as it appears in Home Assistant."
27
+
"type": "string"
30
28
},
31
29
"battery_type": {
32
-
"type": "string",
33
-
"description": "The type of battery for the device. Should be the most common naming for general batteries, and the IEC naming for battery cells according to Wikipedia."
30
+
"type": "string"
34
31
},
35
32
"battery_quantity": {
36
-
"type": "integer",
37
-
"exclusiveMinimum": 1,
38
-
"description": "The number of batteries required by the device. If a device only has one battery this property should be omitted."
0 commit comments