We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a91f75 commit 6f89a6eCopy full SHA for 6f89a6e
sensor_monitor.yaml
@@ -0,0 +1,27 @@
1
+# sensor_monitor.yaml
2
+# 202012151116
3
+
4
+# debugging to file level
5
+# Value:
6
+# CRITICAL (and above)
7
+# ERROR (and above)
8
+# WARNING (and above)
9
+# INFO (and above)
10
+# DEBUG (and above)
11
+# NOTSET (and above)
12
+debug_level: "INFO"
13
+# pushover token
14
+pushover_token: ""
15
+# pushover user key
16
+pushover_user: ""
17
+# pushover alert sound
18
+pushover_sound: "tugboat"
19
+# mqtt server IP address string
20
+mqtt: "192.168.2.242"
21
+# base topic to monitor
22
+mqtt_topic: "homeassistant/sensor/ble-temp"
23
+# put empty string for no remote logging
24
+rsyslog: "192.168.2.5"
25
+# period in minutes between checking for updated message
26
+check_interval: 1
27
0 commit comments