2021-01-29 10:05:13 +00:00
{
2022-03-30 08:35:30 +00:00
"config" : {
"step" : {
"user" : {
"data" : {
"host" : "[%key:common::config_flow::data::host%]" ,
"port" : "[%key:common::config_flow::data::port%]" ,
"token" : "[%key:common::config_flow::data::access_token%]"
2021-01-29 10:05:13 +00:00
}
2022-03-30 08:35:30 +00:00
} ,
"reauth_confirm" : {
"title" : "[%key:common::config_flow::title::reauth%]" ,
"description" : "The Nuki integration needs to re-authenticate with your bridge." ,
"data" : {
"token" : "[%key:common::config_flow::data::access_token%]"
}
}
} ,
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
"unknown" : "[%key:common::config_flow::error::unknown%]"
} ,
"abort" : {
2023-01-24 06:59:32 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
2022-03-30 08:35:30 +00:00
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
2021-01-29 10:05:13 +00:00
}
2023-04-03 12:49:15 +00:00
} ,
"issues" : {
"https_webhook" : {
"title" : "Nuki webhook URL uses HTTPS (SSL)" ,
"description" : "The Nuki bridge can not push events to an HTTPS address (SSL), please configure a (local) HTTP address under \"Home Assistant URL\" in the [network settings]({network_link}). The current (local) address is: `{base_url}`, a valid address could, for example, be `http://192.168.1.10:8123` where `192.168.1.10` is the IP of the Home Assistant device"
}
2023-04-04 11:43:51 +00:00
} ,
"entity" : {
"lock" : {
"nuki_lock" : {
"state_attributes" : {
"battery_critical" : {
"state" : {
"on" : "[%key:component::binary_sensor::entity_component::battery::state::on%]" ,
"off" : "[%key:component::binary_sensor::entity_component::battery::state::off%]"
}
}
}
}
}
2023-07-11 22:33:37 +00:00
} ,
"services" : {
"lock_n_go" : {
"name" : "Lock 'n' go" ,
"description" : "Nuki Lock 'n' Go." ,
"fields" : {
"unlatch" : {
"name" : "Unlatch" ,
"description" : "Whether to unlatch the lock."
}
}
} ,
"set_continuous_mode" : {
"name" : "Set continuous code" ,
"description" : "Enables or disables continuous mode on Nuki Opener." ,
"fields" : {
"enable" : {
2023-07-13 02:00:05 +00:00
"name" : "[%key:common::action::enable%]" ,
2023-07-11 22:33:37 +00:00
"description" : "Whether to enable or disable the feature."
}
}
}
2022-03-30 08:35:30 +00:00
}
}