mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Add documentation for new encoding
config for mqtt camera (#22622)
* Add documentation for new `encoding` config for mqtt camera * Apply doc fixes for mqtt.camera decoding Co-authored-by: Erik Montnemery <erik@montnemery.com> Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
parent
799cef5993
commit
d2ab8ad812
@ -112,6 +112,11 @@ enabled_by_default:
|
||||
required: false
|
||||
type: boolean
|
||||
default: true
|
||||
encoding:
|
||||
description: The encoding of the image payloads received. Set to `"b64"` to enable base64 decoding of image payload. If not set, or if set to `null`, the image payload must be raw binary data.
|
||||
required: false
|
||||
type: string
|
||||
default: null
|
||||
entity_category:
|
||||
description: The [category](https://developers.home-assistant.io/docs/core/entity#generic-properties) of the entity.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user