fix feed URL syntax
This commit is contained in:
parent
6782f40e15
commit
68414f9f81
1 changed files with 2 additions and 2 deletions
|
|
@ -32,10 +32,10 @@ mqtt:
|
||||||
password: ${io_key}
|
password: ${io_key}
|
||||||
topic_prefix: '${io_username}/feeds'
|
topic_prefix: '${io_username}/feeds'
|
||||||
birth_message:
|
birth_message:
|
||||||
topic: ${io_username}/status
|
topic: ${io_username}/feeds/status
|
||||||
payload: Online
|
payload: Online
|
||||||
will_message:
|
will_message:
|
||||||
topic: ${io_username}/status
|
topic: ${io_username}/feeds/status
|
||||||
payload: Offline
|
payload: Offline
|
||||||
log_topic:
|
log_topic:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue