1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 14:08:21 +00:00
Files
core/homeassistant/components/vesync/strings.json
Indu Prakash a5913147e7 Add support for fan night light in VeSync (#140637)
* style: rename humidifier night const

* fix: separate night light for fan and humidifier

Check for the presence of set_night_light_brightness and
set_night_light to indentify humidifier and fan devices.

set_night_light is defined on VeSyncAirBypass and
set_night_light_brightness is defined on VeSyncHumid200300S.

update test
2025-03-17 10:32:52 +01:00

102 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%]",
"on": "[%key:common::state::on%]"
}
}
},
"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."
}
}
}