core/homeassistant/components/cpuspeed/strings.json

15 lines
357 B
JSON

{
"title": "CPU Speed",
"config": {
"step": {
"user": {
"title": "[%key:component::cpuspeed::title%]",
"description": "[%key:common::config_flow::description::confirm_setup%]"
}
},
"abort": {
"not_compatible": "Unable to get CPU information, this integration is not compatible with your system"
}
}
}