Home Assistant Git Exporter

This commit is contained in:
root
2024-05-31 13:07:35 +02:00
parent 64a0536537
commit 60abdd866c
275 changed files with 71113 additions and 1 deletions

View File

@@ -0,0 +1,46 @@
{
"title": "Pollens (from R.N.S.A. website)\r\nPlease visit www.pollen.fr for more information",
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"single_instance_allowed": "Only one configuration of Pollens allowed"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_county": "Only one county is actualy allowed",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"title":"Pollens - Step #1",
"description":"Select county \r\nhttps://www.pollens.fr",
"data": {
"county": "County",
"scan_interval": "Scan interval (hours)",
"literal_states":"States in literal (in numeric if not selected)"
}
},
"select_pollens": {
"title":"Pollens - Step #2",
"description":"Select pollens \r\nhttps://www.pollens.fr",
"data": {
"pollens_list": "Select pollens from list"
}
}
}
},
"options":{
"step":{
"init":{
"data":{
"scan_interval": "Scan interval (hours)"
}
}
},
"error": {
"invalid_scan_interval": "Invalid scan interval. Must be higher than 1 hour"
}
}
}