mirror of
https://github.com/home-assistant/core.git
synced 2026-07-05 13:45:32 +01:00
bde3b6e59f
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The IP address or hostname of the Helty Flow unit on your network."
|
|
},
|
|
"title": "Connect to your Helty Flow"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"button": {
|
|
"reset_filter": {
|
|
"name": "Reset filter"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"indoor_humidity": {
|
|
"name": "Indoor humidity"
|
|
},
|
|
"indoor_temperature": {
|
|
"name": "Indoor temperature"
|
|
},
|
|
"outdoor_temperature": {
|
|
"name": "Outdoor temperature"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"reset_filter_failed": {
|
|
"message": "Failed to reset the filter."
|
|
},
|
|
"set_fan_mode_failed": {
|
|
"message": "Failed to set the ventilation mode."
|
|
}
|
|
}
|
|
}
|