Skip to content

Commit

Permalink
Showing 2 changed files with 12 additions and 14 deletions.
12 changes: 6 additions & 6 deletions custom_components/valetudo_vacuum_camera/strings.json
Original file line number Diff line number Diff line change
@@ -161,12 +161,12 @@
"selector": {
"camera_config_action": {
"options": {
"Configure Image": "Configure Image",
"Configure General Colours": "Configure General Colours",
"Configure Rooms Colours 1/2": "Configure Rooms Colours 1/8",
"Configure Rooms Colours 2/2": "Configure Rooms Colours 8/16",
"Copy Camera Logs to www": "Copy Camera Logs to www"
}
"opt_1": "Configure Image",
"opt_2": "Configure General Colours",
"opt_3": "Configure Rooms Colours 1/8",
"opt_4": "Configure Rooms Colours 8/16",
"opt_5": "Copy Camera Logs to www"
}
}
},
"services": {
14 changes: 6 additions & 8 deletions custom_components/valetudo_vacuum_camera/translations/en.json
Original file line number Diff line number Diff line change
@@ -160,15 +160,13 @@
},
"selector": {
"camera_config_action": {
"options": [
{
"Configure Image": "Configure Image",
"Configure General Colours": "Configure General Colours",
"Configure Rooms Colours 1/2": "Configure Rooms Colours 1/8",
"Configure Rooms Colours 2/2": "Configure Rooms Colours 8/16",
"Copy Camera Logs to www": "Copy Camera Logs to www"
"options": {
"opt_1": "Configure Image",
"opt_2": "Configure General Colours",
"opt_3": "Configure Rooms Colours 1/8",
"opt_4": "Configure Rooms Colours 8/16",
"opt_5": "Copy Camera Logs to www"
}
]
}
},
"services": {

0 comments on commit f8e69e4

Please sign in to comment.