2021-02-21 02:52:44 +00:00
{
"config" : {
"step" : {
"user" : {
"title" : "Subaru Starlink Configuration" ,
"description" : "Please enter your MySubaru credentials\nNOTE: Initial setup may take up to 30 seconds" ,
"data" : {
"username" : "[%key:common::config_flow::data::username%]" ,
"password" : "[%key:common::config_flow::data::password%]" ,
"country" : "Select country"
}
} ,
2022-03-30 11:53:03 +00:00
"two_factor" : {
2023-07-13 15:52:50 +00:00
"title" : "[%key:component::subaru::config::step::user::title%]" ,
2022-03-30 11:53:03 +00:00
"description" : "Two factor authentication required" ,
"data" : {
"contact_method" : "Please select a contact method:"
}
} ,
"two_factor_validate" : {
2023-07-13 15:52:50 +00:00
"title" : "[%key:component::subaru::config::step::user::title%]" ,
2022-03-30 11:53:03 +00:00
"description" : "Please enter validation code received" ,
"data" : {
"validation_code" : "Validation code"
}
} ,
2021-02-21 02:52:44 +00:00
"pin" : {
2023-07-13 15:52:50 +00:00
"title" : "[%key:component::subaru::config::step::user::title%]" ,
2021-02-21 02:52:44 +00:00
"description" : "Please enter your MySubaru PIN\nNOTE: All vehicles in account must have the same PIN" ,
"data" : {
2023-09-12 17:44:31 +00:00
"pin" : "[%key:common::config_flow::data::pin%]"
2021-02-21 02:52:44 +00:00
}
}
} ,
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
"incorrect_pin" : "Incorrect PIN" ,
2022-03-30 11:53:03 +00:00
"bad_pin_format" : "PIN should be 4 digits" ,
"two_factor_request_failed" : "Request for 2FA code failed, please try again" ,
"bad_validation_code_format" : "Validation code should be 6 digits" ,
"incorrect_validation_code" : "Incorrect validation code"
2021-02-21 02:52:44 +00:00
} ,
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_account%]" ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]"
}
} ,
"options" : {
"step" : {
"init" : {
"title" : "Subaru Starlink Options" ,
"description" : "When enabled, vehicle polling will send a remote command to your vehicle every 2 hours to obtain new sensor data. Without vehicle polling, new sensor data is only received when the vehicle automatically pushes data (normally after engine shutdown)." ,
"data" : {
"update_enabled" : "Enable vehicle polling"
}
}
}
2023-07-11 23:18:22 +00:00
} ,
2023-07-22 15:29:04 +00:00
"entity" : {
"lock" : {
"door_locks" : {
"name" : "Door locks"
}
} ,
"sensor" : {
"odometer" : {
"name" : "Odometer"
} ,
"average_fuel_consumption" : {
"name" : "Average fuel consumption"
} ,
"range" : {
"name" : "Range"
} ,
"tire_pressure_front_left" : {
"name" : "Tire pressure front left"
} ,
"tire_pressure_front_right" : {
"name" : "Tire pressure front right"
} ,
"tire_pressure_rear_left" : {
"name" : "Tire pressure rear left"
} ,
"tire_pressure_rear_right" : {
"name" : "Tire pressure rear right"
} ,
"fuel_level" : {
"name" : "Fuel level"
} ,
"ev_range" : {
"name" : "EV range"
} ,
"ev_battery_level" : {
"name" : "EV battery level"
} ,
"ev_time_to_full_charge" : {
"name" : "EV time to full charge"
}
}
} ,
2023-07-11 23:18:22 +00:00
"services" : {
"unlock_specific_door" : {
"name" : "Unlock specific door" ,
"description" : "Unlocks specific door(s)." ,
"fields" : {
"door" : {
"name" : "Door" ,
"description" : "One of the following: 'all', 'driver', 'tailgate'."
}
}
}
2021-02-21 02:52:44 +00:00
}
}