Skip to content

Commit

Permalink
fix: Rename Debug Title in EN (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyKh authored Dec 31, 2024
2 parents b6c9329 + 393b57c commit 629760e
Showing 1 changed file with 75 additions and 75 deletions.
150 changes: 75 additions & 75 deletions custom_components/ims_envista/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,84 +27,84 @@
}
},
"services": {
"debug_get_coordinator_data": {
"name": "Get Bezeq Energy Coordinator Data",
"description": "Fetch and return the coordinator data for debugging purposes."
}
"debug_get_coordinator_data": {
"name": "Get IMS Envista Energy Coordinator Data",
"description": "Fetch and return the coordinator data for debugging purposes."
}
},
"entity": {
"weather": {
"ims_envista_weather": {
"name": "Station {station_name} Weather"
}
"ims_envista_weather": {
"name": "Station {station_name} Weather"
}
},
"sensor": {
"station_name": {
"name": "Station Name"
},
"last_updated": {
"name": "Station Last Update"
},
"rain": {
"name": "Rain"
},
"wsmax": {
"name": "Gust Wind Speed"
},
"wdmax": {
"name": "Gust Wind Direction"
},
"ws": {
"name": "Wind Speed"
},
"wd": {
"name": "Wind Direction"
},
"std_wd": {
"name": "Standard Deviation of Wind Direction"
},
"td": {
"name": "Dry Temperature"
},
"td_max": {
"name": "Max Temperature"
},
"td_min": {
"name": "Min Temperature"
},
"tg": {
"name": "Grass Minimum Temperature"
},
"rh": {
"name": "Relative Humidity"
},
"ws_1mm": {
"name": "Maximal 1min Wind Speed"
},
"ws_10mm": {
"name": "Maximal 10min Wind Speed"
},
"ws_max": {
"name": "Maximal Gust Wind Speed"
},
"bp": {
"name": "Barometric Pressure"
},
"diff": {
"name": "Diffuse Radiation"
},
"grad": {
"name": "Global Radiation"
},
"nip": {
"name": "Direct Radiation"
},
"time": {
"name": "End Time of Ws10mm"
},
"rain_1_min": {
"name": "Rain downfall in 1min"
}
"station_name": {
"name": "Station Name"
},
"last_updated": {
"name": "Station Last Update"
},
"rain": {
"name": "Rain"
},
"wsmax": {
"name": "Gust Wind Speed"
},
"wdmax": {
"name": "Gust Wind Direction"
},
"ws": {
"name": "Wind Speed"
},
"wd": {
"name": "Wind Direction"
},
"std_wd": {
"name": "Standard Deviation of Wind Direction"
},
"td": {
"name": "Dry Temperature"
},
"td_max": {
"name": "Max Temperature"
},
"td_min": {
"name": "Min Temperature"
},
"tg": {
"name": "Grass Minimum Temperature"
},
"rh": {
"name": "Relative Humidity"
},
"ws_1mm": {
"name": "Maximal 1min Wind Speed"
},
"ws_10mm": {
"name": "Maximal 10min Wind Speed"
},
"ws_max": {
"name": "Maximal Gust Wind Speed"
},
"bp": {
"name": "Barometric Pressure"
},
"diff": {
"name": "Diffuse Radiation"
},
"grad": {
"name": "Global Radiation"
},
"nip": {
"name": "Direct Radiation"
},
"time": {
"name": "End Time of Ws10mm"
},
"rain_1_min": {
"name": "Rain downfall in 1min"
}
}
}
}
}
}

0 comments on commit 629760e

Please sign in to comment.