We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62f03a commit 526c9fdCopy full SHA for 526c9fd
pkg/config/config.toml.sample
@@ -79,7 +79,7 @@ api_key = ''
79
# # Home Assistant - Capture events via WebSocket API
80
# [datasources.home]
81
# type = 'homeassistant'
82
-# # interval = '30s' # Short interval approximates near-real-time (adjust as needed)
+# # interval = '15s' # Short interval sampling approximates near-real-time (recommended)
83
# [datasources.home.config]
84
# url = 'ws://homeassistant.local:8123/api/websocket' # Or wss://your.domain/api/websocket
85
# token = '' # Required: Long-lived access token (Profile -> Long-Lived Tokens)
0 commit comments