Files
HomeAssistantVS/custom_components/hilo/translations/en.json
T
2026-06-11 11:50:50 -04:00

51 lines
2.3 KiB
JSON

{
"config": {
"step": {
"user": {
"description": "The Hilo integration interacts with the Hilo application. Hilo is a smart home product made by a subsidary of Hydro Quebec."
},
"reauth_confirm": {
"title": "Reauthenticate integration",
"description": "The integration needs to re-authenticate your account"
}
},
"error": {
"identifier_exists": "Account already registered",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "This Hilo account is already in use.",
"reauth_successful": "Re-authentication successful",
"user_rejected_authorize": "Account linking rejected",
"single_instance_allowed": "Already configured. Only a single configuration is possible."
}
},
"options": {
"step": {
"init": {
"title": "Configure Hilo",
"data": {
"generate_energy_meters": "Generate energy meters",
"untarificated_devices": "Generate only total meters for each devices",
"hq_plan_name": "Hydro Quebec rate plan name",
"scan_interval": "Scan interval (seconds)",
"log_traces": "Log request data and websocket messages",
"challenge_lock": "Lock climate entities during challenges",
"track_unknown_sources": "Track unknown power sources",
"appreciation_phase": "Appreciation phase (hours)",
"pre_cold_phase": "Cooldown phase (hours)"
},
"data_description": {
"hq_plan_name": "Select 'rate d' or 'flex d'",
"scan_interval": "Minimum: 60 seconds",
"log_traces": "Requires debug log level on both the integration and pyhilo",
"challenge_lock": "Prevents any changes when a challenge is in progress",
"track_unknown_sources": "This is a round approximation calculated when we get a reading from the Smart Energy Meter",
"appreciation_phase": "Add an appreciation phase of X hours before the preheat phase. Hilo uses 3 hours for AM events, 2 for PM events, chose a value you would like to automatically add and adjust your automations accordingly.",
"pre_cold_phase": "Add a cooldown phase of X hours to reduce temperatures before the appreciation phase"
}
}
}
}
}