1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-11 13:38:35 +00:00
Files
core/homeassistant/components/filesize/strings.json
G Johansson 67cf053260 Implement config flow for filesize (#67668)
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-03-25 09:30:28 -10:00

18 lines
385 B
JSON

{
"config": {
"step": {
"user": {
"data": {
"file_path": "Path to file"
}
}
},
"error": {
"not_valid": "Path is not valid",
"not_allowed": "Path is not allowed"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
}
}
}