From 22193a4f2505acec8093e3f4b6bb30167c98bb49 Mon Sep 17 00:00:00 2001 From: Tempura San Date: Sat, 5 Jul 2025 12:18:33 +0200 Subject: [PATCH] REST: add missing documentation on 'encoding' (#39859) --- source/_integrations/sensor.rest.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/sensor.rest.markdown b/source/_integrations/sensor.rest.markdown index db1d6151b83..50ffdaae431 100644 --- a/source/_integrations/sensor.rest.markdown +++ b/source/_integrations/sensor.rest.markdown @@ -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. required: false 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: description: Sends update events even if the value hasn't changed. Useful if you want to have meaningful value graphs in history. required: false