fix feed URL syntax

This commit is contained in:
brentru 2019-02-07 12:49:21 -05:00
parent 6782f40e15
commit 68414f9f81

View file

@ -32,10 +32,10 @@ mqtt:
password: ${io_key}
topic_prefix: '${io_username}/feeds'
birth_message:
topic: ${io_username}/status
topic: ${io_username}/feeds/status
payload: Online
will_message:
topic: ${io_username}/status
topic: ${io_username}/feeds/status
payload: Offline
log_topic: