2019-07-23 21:40:55 +00:00
|
|
|
{
|
2020-04-05 15:27:16 +00:00
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Enter Username and Password",
|
2020-05-12 16:08:07 +00:00
|
|
|
"data": {
|
|
|
|
"username": "[%key:common::config_flow::data::email%]",
|
2020-05-12 17:50:44 +00:00
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
2020-05-12 16:08:07 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
|
|
|
},
|
2020-05-12 17:50:44 +00:00
|
|
|
"error": {
|
2020-10-06 18:00:07 +00:00
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
2020-05-12 17:50:44 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2020-10-06 18:00:07 +00:00
|
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|
2023-07-12 05:37:13 +00:00
|
|
|
},
|
2023-07-17 15:52:53 +00:00
|
|
|
"entity": {
|
|
|
|
"sensor": {
|
|
|
|
"filter_life": {
|
2023-07-18 18:36:47 +00:00
|
|
|
"name": "Filter lifetime"
|
2023-07-17 15:52:53 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2023-07-12 05:37:13 +00:00
|
|
|
"services": {
|
|
|
|
"update_devices": {
|
|
|
|
"name": "Update devices",
|
|
|
|
"description": "Adds new VeSync devices to Home Assistant."
|
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2020-10-06 18:00:07 +00:00
|
|
|
}
|