Skip to content

Commit 526c9fd

Browse files
committed
fix: homeassistant recommended defaults
1 parent c62f03a commit 526c9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.toml.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ api_key = ''
7979
# # Home Assistant - Capture events via WebSocket API
8080
# [datasources.home]
8181
# type = 'homeassistant'
82-
# # interval = '30s' # Short interval approximates near-real-time (adjust as needed)
82+
# # interval = '15s' # Short interval sampling approximates near-real-time (recommended)
8383
# [datasources.home.config]
8484
# url = 'ws://homeassistant.local:8123/api/websocket' # Or wss://your.domain/api/websocket
8585
# token = '' # Required: Long-lived access token (Profile -> Long-Lived Tokens)

0 commit comments

Comments
 (0)