159 lines
5.1 KiB
JSON
159 lines
5.1 KiB
JSON
{
|
|
"config": {
|
|
"progress": {
|
|
"wait_for_device": "To authenticate, open the following URL and login at Tado:\n{url}\nIf the code is not automatically copied, paste the following code to authorize the integration:\n\n```{code}```\n\n\nThe login attempt will time out after five minutes."
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
|
|
"could_not_authenticate": "Could not authenticate with Tado.",
|
|
"no_homes": "There are no homes linked to this Tado account.",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"title": "Authenticate with Tado",
|
|
"description": "You need to reauthenticate with Tado. Press `Submit` to start the authentication process."
|
|
},
|
|
"homekit": {
|
|
"title": "Authenticate with Tado",
|
|
"description": "Your device has been discovered and needs to authenticate with Tado. Press `Submit` to start the authentication process."
|
|
},
|
|
"timeout": {
|
|
"description": "The authentication process timed out. Please try again."
|
|
}
|
|
}
|
|
},
|
|
"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:= Don't change until you cancel; TADO_DEFAULT:= Change based on your setting in the Tado app).",
|
|
"data": {
|
|
"fallback": "Choose fallback mode."
|
|
},
|
|
"title": "Adjust Tado options."
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"connection_state": {
|
|
"name": "Connection state"
|
|
},
|
|
"overlay": {
|
|
"name": "Overlay"
|
|
},
|
|
"early_start": {
|
|
"name": "Early start"
|
|
}
|
|
},
|
|
"climate": {
|
|
"tado": {
|
|
"state_attributes": {
|
|
"preset_mode": {
|
|
"state": {
|
|
"auto": "[%key:common::state::auto%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"switch": {
|
|
"child_lock": {
|
|
"name": "Child lock"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"outdoor_temperature": {
|
|
"name": "Outdoor temperature"
|
|
},
|
|
"solar_percentage": {
|
|
"name": "Solar percentage"
|
|
},
|
|
"weather_condition": {
|
|
"name": "Weather condition"
|
|
},
|
|
"tado_mode": {
|
|
"name": "Tado mode"
|
|
},
|
|
"geofencing_mode": {
|
|
"name": "Geofencing mode"
|
|
},
|
|
"automatic_geofencing": {
|
|
"name": "Automatic geofencing"
|
|
},
|
|
"heating": {
|
|
"name": "Heating"
|
|
},
|
|
"ac": {
|
|
"name": "AC"
|
|
}
|
|
}
|
|
},
|
|
"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."
|
|
},
|
|
"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)."
|
|
}
|
|
}
|
|
},
|
|
"add_meter_reading": {
|
|
"name": "Add meter reading",
|
|
"description": "Adds a meter reading to Tado Energy IQ.",
|
|
"fields": {
|
|
"config_entry": {
|
|
"name": "Config entry",
|
|
"description": "Config entry to add meter reading to."
|
|
},
|
|
"reading": {
|
|
"name": "Reading",
|
|
"description": "Reading in m³ or kWh without decimals."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"issues": {
|
|
"water_heater_fallback": {
|
|
"title": "Tado water heater entities now support fallback options",
|
|
"description": "Due to added support for water heaters entities, these entities may use a different overlay. Please configure the integration entity and Tado app water heater zone overlay options (under Settings -> Rooms & Devices -> Hot Water)."
|
|
}
|
|
}
|
|
}
|