Files
ha_config/custom_components/omnik_inverter/strings.json
T
2023-11-21 12:23:38 +01:00

50 lines
1.7 KiB
JSON

{
"config": {
"step": {
"setup": {
"title": "Omnik Inverter - JS or JSON",
"description": "Set up Omnik Inverter to integrate with Home Assistant.",
"data": {
"name": "[%key:common::config_flow::data::name%]",
"host": "[%key:common::config_flow::data::host%]"
}
},
"setup_html": {
"title": "Omnik Inverter - HTML",
"description": "Set up Omnik Inverter to integrate with Home Assistant.",
"data": {
"name": "[%key:common::config_flow::data::name%]",
"host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
"user": {
"description": "Choose which data source applies to your Omnik Inverter.",
"data": {
"type": "Data source type"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_host": "[%key:common::config_flow::error::invalid_host%]"
}
},
"options": {
"step": {
"init": {
"description": "Change the way the integration fetches your Omnik Inverter.",
"data": {
"name": "[%key:common::config_flow::data::name%]",
"host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]",
"scan_interval": "Minimum time between entity updates [m]",
"use_cache": "Cache the total power of today"
}
}
}
}
}