core/homeassistant/components/smarttub/strings.json

72 lines
2.3 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "Login",
"description": "Enter your SmartTub email address and password to login",
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
"reauth_confirm": {
"title": "[%key:common::config_flow::title::reauth%]",
"description": "The SmartTub integration needs to re-authenticate your account"
}
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
}
},
"services": {
"set_primary_filtration": {
"name": "Update primary filtration settings",
"description": "Updates the primary filtration settings.",
"fields": {
"duration": {
"name": "Duration",
"description": "The desired duration of the primary filtration cycle."
},
"start_hour": {
"name": "Start hour",
"description": "The hour of the day at which to begin the primary filtration cycle."
}
}
},
"set_secondary_filtration": {
"name": "Update secondary filtration settings",
"description": "Updates the secondary filtration settings.",
"fields": {
"mode": {
"name": "[%key:common::config_flow::data::mode%]",
"description": "The secondary filtration mode."
}
}
},
"snooze_reminder": {
"name": "Snooze a reminder",
"description": "Delay a reminder, so that it won't trigger again for a period of time.",
"fields": {
"days": {
"name": "Days",
"description": "The number of days to delay the reminder."
}
}
},
"reset_reminder": {
"name": "Reset a reminder",
"description": "Reset a reminder, and set the next time it will be triggered.",
"fields": {
"days": {
"name": "[%key:component::smarttub::services::snooze_reminder::fields::days::name%]",
"description": "The number of days when the next reminder should trigger."
}
}
}
}
}