mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 12:01:25 +00:00
🚑 Fixes Discovery publish return UUID
This commit is contained in:
parent
de8d102907
commit
4a37f124cd
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ function bashio::discovery() {
|
||||||
config "^${config}" \
|
config "^${config}" \
|
||||||
)
|
)
|
||||||
|
|
||||||
bashio::api.hassio "POST" "/discovery" "${payload}"
|
bashio::api.hassio "POST" "/discovery" "${payload}" ".uuid"
|
||||||
bashio::cache.flush_all
|
bashio::cache.flush_all
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue