Update motioneye/rootfs/etc/services.d/motioneye/discovery

Co-authored-by: Paul Sinclair <24625998+sinclairpaul@users.noreply.github.com>
This commit is contained in:
Franck Nijhof 2021-05-20 23:49:38 +02:00 committed by GitHub
parent f0cb073db0
commit 4730e1b92d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!"