-
Notifications
You must be signed in to change notification settings - Fork 10
/
config.yaml
46 lines (46 loc) · 833 Bytes
/
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
name: Linky
description: Sync Energy dashboards with your Linky smart meter
version: 1.5.0
slug: linky
init: false
url: https://github.com/bokub/ha-linky
image: ghcr.io/bokub/ha-linky-{arch}
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
homeassistant_api: true
hassio_api: true
map:
- addon_config
options:
meters:
- prm: ''
token: ''
name: 'Linky consumption'
action: 'sync'
production: false
- prm: ''
token: ''
name: 'Linky production'
action: 'sync'
production: true
costs: []
schema:
meters:
- prm: str?
token: str?
name: str?
action: list(sync|reset)
production: bool?
costs:
- price: float
prm: str?
after: str?
before: str?
weekday:
- str?
start_date: str?
end_date: str?