Files
core/homeassistant/components/cpuspeed/strings.json
2021-12-28 21:17:53 +01:00

15 lines
312 B
JSON

{
"title": "CPU Speed",
"config": {
"step": {
"user": {
"title": "CPU Speed",
"description": "[%key:common::config_flow::description::confirm_setup%]"
}
},
"abort": {
"alread_configured": "[%key:common::config_flow::abort::single_instance_allowed%]"
}
}
}