-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
69 lines (69 loc) · 1.4 KB
/
config.yaml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
---
name: SomfyProtect2MQTT-dev
version: dev
slug: somfy-protect-2-mqtt-dev
description: "Publish Somfy Home Alarm as MQTT messages (dev branch)"
url: https://github.com/Minims/homeassistant-addons/tree/main/SomfyProtect2MQTT-dev
startup: application
services:
- mqtt:need
boot: auto
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
init: false
map:
- share:rw
- config:rw
options:
somfy_protect:
username: [email protected]
password: iliketurtles
sites:
- Maison
homeassistant_config:
code: "0"
code_arm_required: false
code_disarm_required: false
mqtt:
host: 192.168.x.x
port: 1883
ssl: false
username: homeassistant
password: homeassistant
client-id: somfy-protect
topic_prefix: somfyProtect2mqtt
ha_discover_prefix: homeassistant
delay_site: "10"
delay_device: "60"
manual_snapshot: false
streaming: mqtt
debug: false
schema:
somfy_protect:
username: str
password: str
sites:
- str
homeassistant_config:
code: int?
code_arm_required: bool
code_disarm_required: bool
mqtt:
host: str
port: int
ssl: bool
username: str?
password: str?
client-id: str?
topic_prefix: str?
ha_discover_prefix: str?
delay_site: int?
delay_device: int?
manual_snapshot: bool
streaming: str?
debug: bool