Home Assistant Git Exporter
This commit is contained in:
45
config/custom_components/pollens/strings.json
Normal file
45
config/custom_components/pollens/strings.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"title": "Pollens",
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title":"Pollens - Step #1",
|
||||
"description":"If you need information about pollens on site R.N.S.A. website, have a look here: https://www.pollens.fr",
|
||||
"data": {
|
||||
"county": "[%key:common::config_flow::data::county%]",
|
||||
"scan_interval": "[%key:common::config_flow::data::scan_interval%]",
|
||||
"literal_states":"[%key:common::config_flow::data::literal_states%]"
|
||||
}
|
||||
},
|
||||
"select_pollens": {
|
||||
"title":"Pollens - Step #2",
|
||||
"description":"Select pollens \r\nhttps://www.pollens.fr",
|
||||
"data": {
|
||||
"pollens_list": "Select pollens from list"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||
"unknown": "[%key:common::config_flow::error::unknown%]",
|
||||
"invalid_county": "[%key:common::config_flow::error::invalid_county%]"
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
||||
}
|
||||
},
|
||||
"options":{
|
||||
"step":{
|
||||
"init":{
|
||||
"data":{
|
||||
"scan_interval": "Scan interval"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"invalid_scan_interval":"[%key:common::config_flow::error::invalid_scan_interval%]"
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user