Disabling Splunk for the moment while I figure out if it is worth it
This commit is contained in:
parent
c56612eb91
commit
38e42a7200
|
@ -83,7 +83,7 @@ discovery:
|
||||||
- dlna_dmr
|
- dlna_dmr
|
||||||
|
|
||||||
updater:
|
updater:
|
||||||
#include_used_components: true
|
include_used_components: true
|
||||||
|
|
||||||
sun:
|
sun:
|
||||||
|
|
||||||
|
@ -156,10 +156,10 @@ media_player:
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
ffmpeg_bin: /usr/bin/ffmpeg
|
ffmpeg_bin: /usr/bin/ffmpeg
|
||||||
|
|
||||||
splunk:
|
##splunk:
|
||||||
host: 192.168.7.40
|
# host: 192.168.7.40
|
||||||
token: !secret splunkit
|
# token: !secret splunkit
|
||||||
port: 8088
|
# port: 8088
|
||||||
|
|
||||||
cloudflare:
|
cloudflare:
|
||||||
email: !secret cloudflare_user
|
email: !secret cloudflare_user
|
||||||
|
@ -215,9 +215,9 @@ map:
|
||||||
# usb_path: /dev/ttyACM0
|
# usb_path: /dev/ttyACM0
|
||||||
# network_key: !secret zwave_key
|
# network_key: !secret zwave_key
|
||||||
|
|
||||||
googlehome:
|
#googlehome:
|
||||||
devices:
|
# devices:
|
||||||
- host: 192.168.7.97
|
# - host: 192.168.7.97
|
||||||
|
|
||||||
### Custom Commands
|
### Custom Commands
|
||||||
shell_command:
|
shell_command:
|
||||||
|
|
Loading…
Reference in New Issue