Files
2026-02-06 08:53:00 +01:00

84 lines
2.8 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
},
"step": {
"reauth_confirm": {
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"email": "[%key:component::smarttub::config::step::user::data_description::email%]",
"password": "[%key:component::smarttub::config::step::user::data_description::password%]"
},
"description": "The SmartTub integration needs to re-authenticate your account",
"title": "[%key:common::config_flow::title::reauth%]"
},
"user": {
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"email": "The email address associated with your SmartTub account",
"password": "The password for your SmartTub account"
},
"description": "Enter your SmartTub email address and password to log in",
"title": "Login"
}
}
},
"services": {
"reset_reminder": {
"description": "Resets the maintenance reminder on a hot tub.",
"fields": {
"days": {
"description": "The number of days when the next reminder should trigger.",
"name": "[%key:component::smarttub::services::snooze_reminder::fields::days::name%]"
}
},
"name": "Reset a reminder"
},
"set_primary_filtration": {
"description": "Updates the primary filtration settings.",
"fields": {
"duration": {
"description": "The desired duration of the primary filtration cycle.",
"name": "Duration"
},
"start_hour": {
"description": "The hour of the day at which to begin the primary filtration cycle.",
"name": "Start hour"
}
},
"name": "Update primary filtration settings"
},
"set_secondary_filtration": {
"description": "Updates the secondary filtration settings.",
"fields": {
"mode": {
"description": "The secondary filtration mode.",
"name": "[%key:common::config_flow::data::mode%]"
}
},
"name": "Update secondary filtration settings"
},
"snooze_reminder": {
"description": "Temporarily suppresses the maintenance reminder on a hot tub.",
"fields": {
"days": {
"description": "The number of days to snooze the reminder.",
"name": "Days"
}
},
"name": "Snooze a reminder"
}
}
}