Skip to content

Commit

Permalink
Fix JSON syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
WebSpider committed Oct 31, 2024
1 parent bf6b28e commit 9ede065
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom_components/myskoda/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,21 @@
"state": {
"on": "Unlocked",
"off": "Locked"
}
},
"doors_locked": {
"name": "Doors Locked",
"state": {
"on": "Unlocked",
"off": "Locked"
}
},
"doors_open": {
"name": "Doors Open",
"state": {
"on": "Open",
"off": "Closed"
}
},
"windows_open": {
"name": "Windows",
Expand Down

0 comments on commit 9ede065

Please sign in to comment.