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}
|
||||
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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue