-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
38 lines (38 loc) · 845 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "Orvibo MQTT Addon",
"version": "0.0.6-5",
"init": false,
"slug": "orvibo_mqtt",
"stage": "experimental",
"description": "Orvibo MQTT integration for AllOne and S20",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "application",
"boot": "auto",
"host_network": true,
"services": ["mqtt:need"],
"map": ["config:rw"],
"options": {
"mqtt_host": "homeassistant.local",
"mqtt_port": 1883,
"log_level": "info",
"sleep": 1,
"devices": []
},
"schema": {
"mqtt_host": "str",
"mqtt_port": "int",
"mqtt_username": "str?",
"mqtt_password": "str?",
"sleep": "int?",
"log_level": "str?",
"dry_run": "bool?",
"devices": [
{
"ip": "str",
"type": "str",
"name": "str",
"commands_set": "str?"
}
]
}
}