mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-04 19:21:22 +00:00
Update motioneye/rootfs/etc/services.d/motioneye/discovery
Co-authored-by: Paul Sinclair <24625998+sinclairpaul@users.noreply.github.com>
This commit is contained in:
parent
f0cb073db0
commit
4730e1b92d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ config=$(bashio::var.json \
|
|||
)
|
||||
|
||||
# Send discovery info
|
||||
if bashio::discovery "mmotioneye" "${config}" > /dev/null; then
|
||||
if bashio::discovery "motioneye" "${config}" > /dev/null; then
|
||||
bashio::log.info "Successfully send discovery information to Home Assistant."
|
||||
else
|
||||
bashio::log.error "Discovery message to Home Assistant failed!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue