mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Add character_encoding doc to REST and Scrape (#26730)
Co-authored-by: G Johansson <goran.johansson@shiftit.se> Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
9cb1c2d3d6
commit
4ceea0a8fe
@ -162,6 +162,11 @@ scan_interval:
|
||||
required: false
|
||||
type: integer
|
||||
default: 30
|
||||
encoding:
|
||||
description: The character encoding to use if none provided in the header of the shared data.
|
||||
required: false
|
||||
type: string
|
||||
default: UTF-8
|
||||
sensor:
|
||||
description: A list of sensors to create from the shared data. All configuration settings that are supported by [RESTful Sensor](/integrations/sensor.rest#configuration-variables) not listed above can be used here.
|
||||
required: false
|
||||
|
@ -92,6 +92,11 @@ scan_interval:
|
||||
required: false
|
||||
type: integer
|
||||
default: 600
|
||||
encoding:
|
||||
description: The character encoding to use if none provided in the header of the shared data.
|
||||
required: false
|
||||
type: string
|
||||
default: UTF-8
|
||||
sensor:
|
||||
description: A list of sensors to create from the shared data. All configuration settings that are supported by [RESTful Sensor](/integrations/sensor.rest#configuration-variables) not listed above can be used here.
|
||||
required: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user