1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/smarttub/strings.json
Paulus Schoutsen 7859be6481
Add deduplicate translations script (#96384)
* Add deduplicate script

* Fix forecast_solar incorrect key with space

* Fix utf-8

* Do not create references to other arbitrary other integrations

* Add commented code to only allow applying to referencing integrations

* Tweak

* Bug fix

* Add command line arg for limit reference

* never suggest to update common keys

* Output of script

* Apply suggestions from code review

Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>

---------

Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
2023-07-13 11:52:50 -04:00

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."
}
}
}
}
}