1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 19:07:08 +00:00
Files
core/homeassistant/components/starline/strings.json
2025-10-28 10:33:10 +01:00

166 lines
3.7 KiB
JSON

{
"config": {
"error": {
"error_auth_app": "Incorrect application ID or secret",
"error_auth_mfa": "Incorrect code",
"error_auth_user": "Incorrect username or password"
},
"step": {
"auth_app": {
"data": {
"app_id": "App ID",
"app_secret": "Secret"
},
"description": "Application ID and secret code from [StarLine developer account]({developer_account_url})",
"title": "Application credentials"
},
"auth_captcha": {
"data": {
"captcha_code": "Code from image"
},
"description": "{captcha_img}",
"title": "Captcha"
},
"auth_mfa": {
"data": {
"mfa_code": "SMS code"
},
"description": "Enter the code sent to phone {phone_number}",
"title": "Two-factor authorization"
},
"auth_user": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"description": "StarLine account email and password",
"title": "User credentials"
}
}
},
"entity": {
"binary_sensor": {
"alarm": {
"name": "Alarm"
},
"autostart": {
"name": "Autostart"
},
"doors": {
"name": "Doors"
},
"hand_brake": {
"name": "Hand brake"
},
"handsfree": {
"name": "Handsfree"
},
"hood": {
"name": "Hood"
},
"ignition": {
"name": "Ignition"
},
"moving_ban": {
"name": "Moving ban"
},
"neutral": {
"name": "Programmable neutral"
},
"trunk": {
"name": "Trunk"
}
},
"button": {
"flex": {
"name": "Flex logic {num}"
},
"horn": {
"name": "Horn"
},
"panic": {
"name": "Panic mode"
}
},
"device_tracker": {
"location": {
"name": "Location"
}
},
"lock": {
"security": {
"name": "Security"
}
},
"sensor": {
"balance": {
"name": "Balance"
},
"battery": {
"name": "[%key:component::sensor::entity_component::battery::name%]"
},
"engine_temperature": {
"name": "Engine temperature"
},
"errors": {
"name": "OBD errors"
},
"fuel": {
"name": "Fuel volume"
},
"gps_count": {
"name": "GPS satellites"
},
"gsm_signal": {
"name": "GSM signal"
},
"interior_temperature": {
"name": "Interior temperature"
},
"mileage": {
"name": "Mileage"
}
},
"switch": {
"additional_channel": {
"name": "Additional channel"
},
"engine": {
"name": "Engine"
},
"service_mode": {
"name": "Service mode"
},
"webasto": {
"name": "Webasto"
}
}
},
"services": {
"set_scan_interval": {
"description": "Sets the update frequency for entities.",
"fields": {
"scan_interval": {
"description": "Update frequency.",
"name": "Scan interval"
}
},
"name": "Set scan interval"
},
"set_scan_obd_interval": {
"description": "Sets the update frequency for OBD information.",
"fields": {
"scan_interval": {
"description": "[%key:component::starline::services::set_scan_interval::fields::scan_interval::description%]",
"name": "Scan interval"
}
},
"name": "Set scan OBD interval"
},
"update_state": {
"description": "Fetches the last state of the devices from the StarLine server.",
"name": "Update state"
}
}
}