core/homeassistant/components/tado/strings.json

91 lines
2.9 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"step": {
"user": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"title": "Connect to your Tado account"
}
},
"error": {
"unknown": "[%key:common::config_flow::error::unknown%]",
"no_homes": "There are no homes linked to this tado account.",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
}
},
"options": {
"step": {
"init": {
"description": "Fallback mode lets you choose when to fallback to Smart Schedule from your manual zone overlay. (NEXT_TIME_BLOCK:= Change at next Smart Schedule change; MANUAL:= Dont change until you cancel; TADO_DEFAULT:= Change based on your setting in Tado App).",
"data": {
"fallback": "Choose fallback mode."
},
"title": "Adjust Tado options."
}
}
},
"entity": {
"climate": {
"tado": {
"state_attributes": {
"preset_mode": {
"state": {
"auto": "Auto"
}
}
}
}
}
},
"services": {
"set_climate_timer": {
"name": "Set climate timer",
"description": "Turns on climate entities for a set time.",
"fields": {
"temperature": {
"name": "Temperature",
"description": "Temperature to set climate entity to."
},
"time_period": {
"name": "Time period",
"description": "Choose this or Overlay. Set the time period for the change if you want to be specific. Alternatively use Overlay."
},
"requested_overlay": {
"name": "Overlay",
"description": "Choose this or Time Period. Allows you to choose an overlay. MANUAL:=Overlay until user removes; NEXT_TIME_BLOCK:=Overlay until next timeblock; TADO_DEFAULT:=Overlay based on tado app setting."
}
}
},
"set_water_heater_timer": {
"name": "Set water heater timer",
"description": "Turns on water heater for a set time.",
"fields": {
"time_period": {
"name": "Time period",
"description": "Set the time period for the boost."
},
"temperature": {
"name": "Temperature",
"description": "Temperature to set heater to."
}
}
},
"set_climate_temperature_offset": {
"name": "Set climate temperature offset",
"description": "Sets the temperature offset of climate entities.",
"fields": {
"offset": {
"name": "Offset",
"description": "Offset you would like (depending on your device)."
}
}
}
}
}