Skip to content

Commit

Permalink
changed wind cardinal key to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed Jan 26, 2024
1 parent bac83ee commit d9fb345
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
32 changes: 16 additions & 16 deletions custom_components/meteobridgesql/translations/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@
"sensor": {
"wind_cardinal": {
"state": {
"N": "N",
"NNE": "NNØ",
"NE": "",
"ENE": "ØNØ",
"E": "Ø",
"ESE": "ØSØ",
"SE": "",
"SSE": "SSØ",
"S": "S",
"SSW": "SSV",
"SW": "SV",
"WSW": "VSV",
"W": "V",
"WNW": "VNV",
"NW": "NV",
"NNW": "NNV"
"n": "N",
"nne": "NNØ",
"ne": "",
"ene": "ØNØ",
"e": "Ø",
"ese": "ØSØ",
"se": "",
"sse": "SSØ",
"s": "S",
"ssw": "SSV",
"sw": "SV",
"wsw": "VSV",
"w": "V",
"wnw": "VNV",
"nw": "NV",
"nnw": "NNV"
}
},
"pressure_trend": {
Expand Down
32 changes: 16 additions & 16 deletions custom_components/meteobridgesql/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@
"sensor": {
"wind_cardinal": {
"state": {
"N": "N",
"NNE": "NNE",
"NE": "NE",
"ENE": "ENE",
"E": "E",
"ESE": "ESE",
"SE": "SE",
"SSE": "SSE",
"S": "S",
"SSW": "SSW",
"SW": "SW",
"WSW": "WSW",
"W": "W",
"WNW": "WNW",
"NW": "NW",
"NNW": "NNW"
"n": "N",
"nne": "NNE",
"ne": "NE",
"ene": "ENE",
"e": "E",
"ese": "ESE",
"se": "SE",
"sse": "SSE",
"s": "S",
"ssw": "SSW",
"sw": "SW",
"wsw": "WSW",
"w": "W",
"wnw": "WNW",
"nw": "NW",
"nnw": "NNW"
}
},
"pressure_trend": {
Expand Down

0 comments on commit d9fb345

Please sign in to comment.