mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 23:36:51 +00:00
REST: add missing documentation on 'encoding' (#39859)
This commit is contained in:
parent
ddebbb9931
commit
22193a4f25
@ -64,6 +64,11 @@ device_class:
|
|||||||
description: Sets the [class of the device](/integrations/sensor#device-class), changing the device state and icon that is displayed on the frontend.
|
description: Sets the [class of the device](/integrations/sensor#device-class), changing the device state and icon that is displayed on the frontend.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
encoding:
|
||||||
|
description: The character encoding to use if none provided in the header of the shared data.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
default: UTF-8
|
||||||
force_update:
|
force_update:
|
||||||
description: Sends update events even if the value hasn't changed. Useful if you want to have meaningful value graphs in history.
|
description: Sends update events even if the value hasn't changed. Useful if you want to have meaningful value graphs in history.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user