1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00
Files
core/homeassistant/components/vesync/strings.json
2025-11-03 22:44:19 -08:00

121 lines
2.8 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": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
},
"step": {
"reauth_confirm": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::email%]"
},
"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%]"
},
"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%]",
"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"
},
"current_power": {
"name": "Current power"
},
"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"
}
},
"switch": {
"child_lock": {
"name": "Child lock"
},
"display": {
"name": "Display"
}
}
},
"services": {
"update_devices": {
"description": "Adds new VeSync devices to Home Assistant.",
"name": "Update devices"
}
}
}