2024-08-15 16:46:06 +00:00
{
"config" : {
"step" : {
2024-09-13 11:15:53 +00:00
"reauth_confirm" : {
"title" : "[%key:common::config_flow::title::reauth%]" ,
"data" : {
"email" : "[%key:common::config_flow::data::email%]" ,
"password" : "[%key:common::config_flow::data::password%]"
}
} ,
2024-08-15 16:46:06 +00:00
"user" : {
"data" : {
"email" : "[%key:common::config_flow::data::email%]" ,
"password" : "[%key:common::config_flow::data::password%]"
}
}
} ,
"error" : {
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
"unknown" : "[%key:common::config_flow::error::unknown%]"
} ,
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
}
} ,
2024-08-18 13:57:05 +00:00
"entity" : {
"light" : {
"light" : {
"name" : "[%key:component::light::title%]"
}
2024-08-19 19:25:11 +00:00
} ,
"switch" : {
"vacation_mode" : {
"name" : "Vacation mode"
}
2024-08-19 20:09:22 +00:00
} ,
"event" : {
"barrier_obstructed" : {
"name" : "Barrier obstructed" ,
"state_attributes" : {
"event_type" : {
"state" : {
"barrier_obstructed" : "Barrier obstructed"
}
}
}
}
2024-08-18 13:57:05 +00:00
}
} ,
2024-08-15 16:46:06 +00:00
"issues" : {
"firmware_update_required" : {
"title" : "Firmware update required" ,
"description" : "Your device ({device_name}) requires a firmware update on the Nice G.O. app in order to work with this integration. Please update the firmware on the Nice G.O. app and reconfigure this integration."
}
}
}