mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 21:47:08 +00:00
101 lines
2.4 KiB
JSON
101 lines
2.4 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Enter username and password",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
"description": "The VeSync integration needs to re-authenticate your account",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"filter_life": {
|
|
"name": "Filter lifetime"
|
|
},
|
|
"air_quality": {
|
|
"name": "Air quality"
|
|
},
|
|
"current_power": {
|
|
"name": "Current power"
|
|
},
|
|
"energy_today": {
|
|
"name": "Energy use today"
|
|
},
|
|
"energy_week": {
|
|
"name": "Energy use weekly"
|
|
},
|
|
"energy_month": {
|
|
"name": "Energy use monthly"
|
|
},
|
|
"energy_year": {
|
|
"name": "Energy use yearly"
|
|
},
|
|
"current_voltage": {
|
|
"name": "Current voltage"
|
|
}
|
|
},
|
|
"binary_sensor": {
|
|
"water_lacks": {
|
|
"name": "Low water"
|
|
},
|
|
"water_tank_lifted": {
|
|
"name": "Water tank lifted"
|
|
}
|
|
},
|
|
"number": {
|
|
"mist_level": {
|
|
"name": "Mist level"
|
|
}
|
|
},
|
|
"select": {
|
|
"night_light_level": {
|
|
"name": "Night light level",
|
|
"state": {
|
|
"bright": "Bright",
|
|
"dim": "Dim",
|
|
"off": "[%key:common::state::off%]"
|
|
}
|
|
}
|
|
},
|
|
"fan": {
|
|
"vesync": {
|
|
"state_attributes": {
|
|
"preset_mode": {
|
|
"state": {
|
|
"auto": "Auto",
|
|
"sleep": "Sleep",
|
|
"advanced_sleep": "Advanced sleep",
|
|
"pet": "Pet",
|
|
"turbo": "Turbo"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"update_devices": {
|
|
"name": "Update devices",
|
|
"description": "Adds new VeSync devices to Home Assistant."
|
|
}
|
|
}
|
|
}
|