mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Fix translation key in profiler integration (#96979)
This commit is contained in:
parent
9fba6870fe
commit
c067c52cf4
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"services": {
|
"services": {
|
||||||
"start": {
|
"start": {
|
||||||
"name": "[%key:common::action::stop%]",
|
"name": "[%key:common::action::start%]",
|
||||||
"description": "Starts the Remote Python Debugger."
|
"description": "Starts the Remote Python Debugger."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"services": {
|
"services": {
|
||||||
"start": {
|
"start": {
|
||||||
"name": "[%key:common::action::stop%]",
|
"name": "[%key:common::action::start%]",
|
||||||
"description": "Starts the Profiler.",
|
"description": "Starts the Profiler.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"seconds": {
|
"seconds": {
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
},
|
},
|
||||||
"services": {
|
"services": {
|
||||||
"start": {
|
"start": {
|
||||||
"name": "[%key:common::action::stop%]",
|
"name": "[%key:common::action::start%]",
|
||||||
"description": "Starts a timer.",
|
"description": "Starts a timer.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"duration": {
|
"duration": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user