mirror of
https://github.com/home-assistant/core.git
synced 2026-06-06 15:36:51 +01:00
63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"missing_api_domain": "The discovered Freebox service did not provide the required API domain. Try again later or configure the Freebox manually."
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"register_failed": "Failed to register, please try again",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"link": {
|
|
"description": "Select **Submit**, then touch the right arrow on the router to register Freebox with Home Assistant.\n\n",
|
|
"title": "Link Freebox router"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The hostname or IP address of your Freebox router."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"cover": {
|
|
"name": "Cover"
|
|
},
|
|
"raid_degraded": {
|
|
"name": "RAID array {id} degraded"
|
|
}
|
|
},
|
|
"button": {
|
|
"mark_calls_as_read": {
|
|
"name": "Mark calls as read"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"missed": {
|
|
"name": "Missed calls"
|
|
},
|
|
"partition_free_space": {
|
|
"name": "{partition} free space"
|
|
},
|
|
"rate_down": {
|
|
"name": "Download speed"
|
|
},
|
|
"rate_up": {
|
|
"name": "Upload speed"
|
|
}
|
|
},
|
|
"switch": {
|
|
"wifi": {
|
|
"name": "Wi-Fi"
|
|
}
|
|
}
|
|
}
|
|
}
|