mirror of
https://github.com/home-assistant/core.git
synced 2026-02-21 18:38:17 +00:00
15 lines
285 B
YAML
15 lines
285 B
YAML
# Describes the format for available file services
|
|
read_file:
|
|
fields:
|
|
file_name:
|
|
example: "www/my_file.json"
|
|
selector:
|
|
text:
|
|
file_encoding:
|
|
example: "JSON"
|
|
selector:
|
|
select:
|
|
options:
|
|
- "JSON"
|
|
- "YAML"
|