Skip to content

Commit

Permalink
Remove 'Open' from friendly name as the state will incidate this (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
WebSpider authored Jan 9, 2025
1 parent 79d00c4 commit 416f908
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions custom_components/myskoda/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,56 +90,56 @@
}
},
"door_open_front_left": {
"name": "Door Open Front Left",
"name": "Door Front Left",
"state": {
"off": "Closed",
"on": "Open"
}
},
"door_open_front_right": {
"name": "Door Open Front Right",
"name": "Door Front Right",
"state": {
"off": "Closed",
"on": "Open"
}
},
"door_open_rear_left": {
"name": "Door Open Rear Left",
"name": "Door Rear Left",
"state": {
"off": "Closed",
"on": "Open"
}
},
"door_open_rear_right": {
"name": "Door Open Rear Right",
"name": "Door Rear Right",
"state": {
"off": "Closed",
"on": "Open"
}
},
"window_open_front_left": {
"name": "Window Open Front Left",
"name": "Window Front Left",
"state": {
"off": "Closed",
"on": "Open"
}
},
"window_open_front_right": {
"name": "Window Open Front Right",
"name": "Window Front Right",
"state": {
"off": "Closed",
"on": "Open"
}
},
"window_open_rear_left": {
"name": "Window Open Rear Left",
"name": "Window Rear Left",
"state": {
"off": "Closed",
"on": "Open"
}
},
"window_open_rear_right": {
"name": "Window Open Rear Right",
"name": "Window Rear Right",
"state": {
"off": "Closed",
"on": "Open"
Expand Down Expand Up @@ -363,4 +363,4 @@
}
}
}
}
}

0 comments on commit 416f908

Please sign in to comment.