-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.yaml
96 lines (85 loc) · 1.55 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
name: "Household Chores"
description: "Track your kid's chores (with allowance incentives) and your garbage pickup day"
version: "0.0.9"
slug: "household_chores"
init: false
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
startup: services
hassio_api: true
hassio_role: default
homeassistant_api: true
services:
- mqtt:need
map:
- config:rw
- addons:rw
- share:rw
- backup:rw
options:
kids:
- id: kid1
name: John Doe
unit_of_measurement: $
tasks:
- kidid: kid1
id: bed
name: Do the bed
value: 3.0
types_of_garbage:
- Biogut
- Hausmüll
- Wertstoffe
- Paper
garbage_translations:
- id: Biogut
tr: Bio
- id: Hausmüll
tr: Gray Garbage
- id: Wertstoffe
tr: Plastic
- id: Paper
tr: Paper
google_service_account:
type: ""
project_id: ""
private_key_id: ""
private_key: ""
client_email: ""
client_id: ""
auth_uri: ""
token_uri: ""
auth_provider_x509_cert_url: ""
client_x509_url: ""
update_interval: 43200
schema:
google_service_account:
type: str?
project_id: str?
private_key_id: str?
private_key: str?
client_email: str?
client_id: str?
auth_uri: str?
token_uri: str?
auth_provider_x509_cert_url: str?
client_x509_url: str?
kids:
- id: str
name: str
unit_of_measurement: str?
tasks:
- kidid: str
id: str
name: str
value: float
types_of_garbage:
- str?
garbage_translations:
- id: str?
tr: str?
update_interval: int