Skip to content

Commit

Permalink
🚑 Fixes Discovery publish return UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Aug 20, 2019
1 parent de8d102 commit 4a37f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/discovery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function bashio::discovery() {
config "^${config}" \
)

bashio::api.hassio "POST" "/discovery" "${payload}"
bashio::api.hassio "POST" "/discovery" "${payload}" ".uuid"
bashio::cache.flush_all
}

Expand Down

0 comments on commit 4a37f12

Please sign in to comment.