mirror of https://github.com/home-assistant/core
16 lines
448 B
JSON
16 lines
448 B
JSON
{
|
|
"title": "CPU Speed",
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "[%key:component::cpuspeed::title%]",
|
|
"description": "[%key:common::config_flow::description::confirm_setup%]"
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
|
"not_compatible": "Unable to get CPU information, this integration is not compatible with your system"
|
|
}
|
|
}
|
|
}
|