-
Notifications
You must be signed in to change notification settings - Fork 0
/
homekit.conf
27 lines (27 loc) · 1.02 KB
/
homekit.conf
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
[[inputs.homekit]]
## The address (host:port) to run the HAP server on
# address = ":8001"
## The path to receive monitor requests on
# monitor_path = "/monitor"
## The host names/IPs allowed to send monitor requests (leave empty to allow any host)
# monitor_hosts = []
## The directory path to create for storing the HAP state (e.g. paring state)
# hap_store_path = ".hap"
## The name of the monitor accessory to use for triggering home automation
# monitor_accessory_name = "Monitor"
## The pin to use for pairing the monitor accessory
# monitor_accessory_pin = 00102003
## Celsius temperature value suffixes
# celsius_suffixes = [" °C"]
## Fahrenheit temperature value suffixes
# fahrenheit_suffixes = [" °F"]
## Lux value suffixes
# lux_suffixes = [" lx"]
## Hue value suffixes
# hue_suffixes = ["°"]
## Values representing an active state
# active_values = ["Yes", "Ja"]
## Values representing an inactive state
# inactive_values = ["No", "Nein"]
## Enable debug output
# debug = false