forked from bilan/connectlife-api-connector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
41 lines (41 loc) · 1.26 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
name: "Connectlife API proxy & MQTT Add-on"
description: Integrates Connectlife AC devices with Home Assistant via MQTT and provides an HTTP API
version: 2.1.4
slug: connectlife-api-proxy-mqtt
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
ports:
8000/tcp: 8000
options:
connectlife_login: ""
connectlife_password: ""
temperature_unit: celsius
log_level: info
disable_http_api: true
mqtt_host: ""
mqtt_user: ""
mqtt_password: ""
mqtt_port: 1883
mqtt_ssl: false
devices_config: '{"117":{"t_work_mode":["fan only","heat","cool","dry","auto"],"t_fan_speed":{"0":"auto","5":"super low","6":"low","7":"medium","8":"high","9":"super high"},"t_swing_direction":["straight","right","both sides","swing","left"],"t_swing_angle":{"0":"swing","2":"bottom 1\/6 ","3":"bottom 2\/6","4":"bottom 3\/6","5":"top 4\/6","6":"top 5\/6","7":"top 6\/6"}}}'
beeping: false
schema:
connectlife_login: str
connectlife_password: password
temperature_unit: list(celsius|fahrenheit)
log_level: list(emergency|alert|critical|error|warning|notice|info|debug)
disable_http_api: bool
mqtt_host: str?
mqtt_user: str?
mqtt_password: password?
mqtt_port: int?
mqtt_ssl: bool?
devices_config: str?
beeping: bool
startup: services
init: false
services: ["mqtt:need"]