Update esp32_camera.rst (#2078)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
myml 2022-05-19 08:23:56 +08:00 committed by GitHub
parent b443342e77
commit 5238b56856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -147,6 +147,13 @@ White Balance Setting:
- ``office``: White balance office mode
- ``home``: White balance home mode
Automations:
- **on_stream_start** (*Optional*, :ref:`Automation <automation>`): An automation to perform
when a stream starts.
- **on_stream_end** (*Optional*, :ref:`Automation <automation>`): An automation to perform
when a stream stops.
Test Setting:
- **test_pattern** (*Optional*, boolean): For tests purposes, it's possible to replace picture get from sensor by a test color pattern. Defaults to ``false``.