-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.yaml
More file actions
51 lines (51 loc) · 988 Bytes
/
config.yaml
File metadata and controls
51 lines (51 loc) · 988 Bytes
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
name: "evmqtt"
description: "Linux input event to MQTT gateway for Home Assistant with auto-discovery"
version: "1.1.0"
slug: "evmqtt"
url: "https://github.com/odtgit/evmqtt"
arch:
- amd64
- aarch64
- armv7
- armhf
- i386
startup: "system"
boot: "auto"
init: false
homeassistant_api: false
hassio_api: false
host_network: true
privileged:
- SYS_RAWIO
full_access: true
devices: true
map:
- config:rw
options:
mqtt_host: "homeassistant.local"
mqtt_port: 1883
mqtt_username: ""
mqtt_password: ""
name: "Input Events"
topic: "homeassistant/sensor/evmqtt"
auto_discover: true
filter_keys_only: true
devices: []
enabled_devices: []
log_level: "info"
schema:
mqtt_host: str
mqtt_port: port
mqtt_username: str?
mqtt_password: password?
name: str
topic: str
auto_discover: bool
filter_keys_only: bool
devices:
- str?
enabled_devices:
- str?
log_level: list(debug|info|warning|error)
panel_icon: "mdi:remote"
panel_title: "evmqtt"