-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathstrings.json
32 lines (32 loc) · 1.21 KB
/
strings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"config": {
"step": {
"user": {
"description": "[%key:common::config_flow::data::description%]",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
"device_options": {
"description": "[%key:common::config_flow::data::description%]",
"data": {
"custom_device_name": "[%key:common::config_flow::data::custom_device_name%]",
"polling_time": "[%key:common::config_flow::data::polling_time%]",
"group_sensors": "[%key:common::config_flow::data::group_sensors%]",
"disable_sensors": "[%key:common::config_flow::data::disable_sensors%]"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}