mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Option json_path_attributes
incorrect (#12188)
Option `json_path_attributes` should be `json_attributes_path`.
This commit is contained in:
parent
e3c83b6071
commit
166c1aa092
@ -108,7 +108,7 @@ json_attributes:
|
||||
description: A list of keys to extract values from a JSON dictionary result and then set as sensor attributes. If the endpoint returns XML with the "text/xml" content type, it will automatically be converted to JSON according to this [specification](https://www.xml.com/pub/a/2006/05/31/converting-between-xml-and-json.html)
|
||||
required: false
|
||||
type: [string, list]
|
||||
json_path_attributes:
|
||||
json_attributes_path:
|
||||
description: A [JSONPath](https://goessner.net/articles/JsonPath/) that references the location of the `json_attributes` in the JSON content.
|
||||
required: false
|
||||
type: string
|
||||
|
Loading…
x
Reference in New Issue
Block a user