Skip to content

Commit

Permalink
en.json Fix for Home Assistant 2024.1
Browse files Browse the repository at this point in the history
strings.json Fix for Home Assistant 2024.1

Signed-off-by: SCA075 <[email protected]>
  • Loading branch information
sca075 committed Dec 28, 2023
1 parent eb0b966 commit fb816cf
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
24 changes: 22 additions & 2 deletions custom_components/valetudo_vacuum_camera/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,25 @@
"title": "Alpha Chanel Rooms Colours"
}
}
}
}
},
"services": {
"turn_off": {
"name": "[%key:common::action::turn_off%]",
"description": "Turns off the camera."
},
"turn_on": {
"name": "[%key:common::action::turn_on%]",
"description": "Turns on the camera."
},
"snapshot": {
"name": "Take snapshot",
"description": "Takes a snapshot from a camera.",
"fields": {
"filename": {
"name": "Filename",
"description": "Template of a filename. Variable available is `entity_id`."
}
}
}
}
}
20 changes: 20 additions & 0 deletions custom_components/valetudo_vacuum_camera/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,25 @@
"title": "Alpha Chanel Rooms Colours"
}
}
},
"services": {
"turn_off": {
"name": "[%key:common::action::turn_off%]",
"description": "Turns off the camera."
},
"turn_on": {
"name": "[%key:common::action::turn_on%]",
"description": "Turns on the camera."
},
"snapshot": {
"name": "Take snapshot",
"description": "Takes a snapshot from a camera.",
"fields": {
"filename": {
"name": "Filename",
"description": "Template of a filename. Variable available is `entity_id`."
}
}
}
}
}

0 comments on commit fb816cf

Please sign in to comment.