Files
core/homeassistant/components/vesync/strings.json
cdnninja a2fb8f5a72 Add Vesync Air Fryer Sensors (#160170)
Co-authored-by: Norbert Rittel <norbert@rittel.de>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2026-01-07 12:41:34 +01:00

161 lines
4.2 KiB
JSON

{
"config": {
"abort": {
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
},
"error": {
"api_response_error": "API response error",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"server_error": "Server error occurred"
},
"step": {
"reauth_confirm": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::email%]"
},
"data_description": {
"password": "[%key:component::vesync::config::step::user::data_description::password%]",
"username": "[%key:component::vesync::config::step::user::data_description::username%]"
},
"description": "The VeSync integration needs to re-authenticate your account",
"title": "[%key:common::config_flow::title::reauth%]"
},
"user": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::email%]"
},
"data_description": {
"password": "Password associated with your VeSync account",
"username": "Email address associated with your VeSync account"
},
"description": "Enter the account used in the vesync app. 2FA is not supported and must be disabled.",
"title": "Enter username and password"
}
}
},
"entity": {
"binary_sensor": {
"water_lacks": {
"name": "Low water"
},
"water_tank_lifted": {
"name": "Water tank lifted"
}
},
"fan": {
"vesync": {
"state_attributes": {
"preset_mode": {
"state": {
"advanced_sleep": "Advanced sleep",
"auto": "[%key:common::state::auto%]",
"normal": "[%key:common::state::normal%]",
"pet": "Pet",
"sleep": "Sleep",
"turbo": "Turbo"
}
}
}
}
},
"humidifier": {
"vesync": {
"state_attributes": {
"mode": {
"state": {
"humidity": "Humidity"
}
}
}
}
},
"number": {
"mist_level": {
"name": "Mist level"
}
},
"select": {
"night_light_level": {
"name": "Night light level",
"state": {
"bright": "Bright",
"dim": "Dim",
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]"
}
}
},
"sensor": {
"air_quality": {
"name": "Air quality"
},
"cook_set_temp": {
"name": "Cooking set temperature"
},
"cook_set_time": {
"name": "Cooking set time"
},
"cook_status": {
"name": "Cooking status",
"state": {
"cooking": "Cooking",
"cooking_end": "Cooking finished",
"cooking_stop": "Cooking stopped",
"heating": "Preheating",
"preheat_end": "Preheating finished",
"preheat_stop": "Preheating stopped",
"pull_out": "Drawer pulled out",
"standby": "[%key:common::state::standby%]"
}
},
"current_power": {
"name": "Current power"
},
"current_temp": {
"name": "Current temperature"
},
"current_voltage": {
"name": "Current voltage"
},
"energy_month": {
"name": "Energy use monthly"
},
"energy_today": {
"name": "Energy use today"
},
"energy_week": {
"name": "Energy use weekly"
},
"energy_year": {
"name": "Energy use yearly"
},
"filter_life": {
"name": "Filter lifetime"
},
"preheat_set_time": {
"name": "Preheating set time"
}
},
"switch": {
"auto_off_config": {
"name": "Auto Off"
},
"child_lock": {
"name": "Child lock"
},
"display": {
"name": "Display"
}
}
},
"services": {
"update_devices": {
"description": "Adds new VeSync devices to Home Assistant.",
"name": "Update devices"
}
}
}