mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 13:38:04 +00:00
* Add Aprilaire integration * Fix test errors * Update constants * Code review cleanup * Reuse coordinator from config flow * Code review fixes * Remove unneeded tests * Improve translation * Code review fixes * Remove unneeded fixture * Code review fixes * Code review updates * Use base data coordinator * Deduplicate based on MAC * Fix tests * Check mac address on init * Fix mypy error * Use config entry ID for entity unique ID * Fix tests * Code review updates * Fix mypy errors * Code review updates * Add data_description * Update homeassistant/components/aprilaire/coordinator.py Co-authored-by: Jon Oberheide <506986+jonoberheide@users.noreply.github.com> * Update .coveragerc * Update homeassistant/components/aprilaire/coordinator.py --------- Co-authored-by: Erik Montnemery <erik@montnemery.com> Co-authored-by: Jon Oberheide <506986+jonoberheide@users.noreply.github.com>
29 lines
630 B
JSON
29 lines
630 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
},
|
|
"data_description": {
|
|
"port": "Usually 7000 or 8000"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"connection_failed": "Connection failed. Please check that the host and port is correct."
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"climate": {
|
|
"thermostat": {
|
|
"name": "Thermostat"
|
|
}
|
|
}
|
|
}
|
|
}
|