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