Conversation
| ``` | ||
| {% endraw %} | ||
|
|
||
| An `image_processing.teach_classifier` event is fired for each service call, providing feedback on whether teaching has been successful or unsuccessful. In the unsuccessful case, the `message` field of the `event_data` will contain information on the cause of failure, and a warning is also published in the logs. An automation can be used to receive alerts on teaching, for example, the following automation will send a notification with the teaching image and a message describing the status of the teaching: |
There was a problem hiding this comment.
Is this service being removed?
There was a problem hiding this comment.
Yes, in the latest PR
There was a problem hiding this comment.
The service isn't removed but the event fired on service call.
There was a problem hiding this comment.
Sorry yes thats correct
arsaboo
left a comment
There was a problem hiding this comment.
Looks good..can be merged when the parent PR is merged.
|
@arsaboo parent PR has been merged now |
|
|
||
| sudo docker run --name=facebox --restart=always -p 8080:8080 -e "MB_KEY=$MB_KEY" machinebox/facebox | ||
| ``` | ||
| If you are on an unsecured network you can run Facebox with a username and password, add ` -e "MB_BASICAUTH_USER=my_username" -e "MB_BASICAUTH_PASS=my_password" ` |
There was a problem hiding this comment.
The requests are still not encrypted right? So we shouldn't recommend this on an unsecured network?
There was a problem hiding this comment.
I hadn't considered that, but you are correct.
There was a problem hiding this comment.
I guess the statement should be: 'You can run Facebox .. but bare in mind that the component does not encrypt these credentials'?
|
|
||
| sudo docker run --name=facebox --restart=always -p 8080:8080 -e "MB_KEY=$MB_KEY" machinebox/facebox | ||
| ``` | ||
| You can run Facebox with a username and password by adding ` -e "MB_BASICAUTH_USER=my_username" -e "MB_BASICAUTH_PASS=my_password" ` but bare in mind that the component does not encrypt these credentials and this approach does not guarantee security on an unsecured network. |
There was a problem hiding this comment.
The formatting of the literal text within back-tics looks weird in the rendered page. Check the netlify preview.
|
ping @MartinHjelmare |
* Adds auth Adds auth and removes teach events * Update image_processing.facebox.markdown * Update image_processing.facebox.markdown * Remove whitespace around `
Description:
Adds Facebox auth and removes teach events
Pull request in home-assistant (if applicable): home-assistant/core#15439
Checklist:
current. New documentation for platforms/components and features should go tonext.