mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Improve names and descriptions of rainmachine.push_weather_data
(#148534)
This commit is contained in:
parent
7e405d4ddb
commit
12f913e737
@ -196,12 +196,12 @@
|
||||
"description": "UNIX timestamp for the weather data. If omitted, the RainMachine device's local time at the time of the call is used."
|
||||
},
|
||||
"mintemp": {
|
||||
"name": "Min temp",
|
||||
"description": "Minimum temperature (°C)."
|
||||
"name": "Min temperature",
|
||||
"description": "Minimum temperature in current period (°C)."
|
||||
},
|
||||
"maxtemp": {
|
||||
"name": "Max temp",
|
||||
"description": "Maximum temperature (°C)."
|
||||
"name": "Max temperature",
|
||||
"description": "Maximum temperature in current period (°C)."
|
||||
},
|
||||
"temperature": {
|
||||
"name": "Temperature",
|
||||
@ -209,11 +209,11 @@
|
||||
},
|
||||
"wind": {
|
||||
"name": "Wind speed",
|
||||
"description": "Wind speed (m/s)."
|
||||
"description": "Current wind speed (m/s)."
|
||||
},
|
||||
"solarrad": {
|
||||
"name": "Solar radiation",
|
||||
"description": "Solar radiation (MJ/m²/h)."
|
||||
"description": "Current solar radiation (MJ/m²/h)."
|
||||
},
|
||||
"et": {
|
||||
"name": "Evapotranspiration",
|
||||
@ -229,11 +229,11 @@
|
||||
},
|
||||
"minrh": {
|
||||
"name": "Min relative humidity",
|
||||
"description": "Min relative humidity (%RH)."
|
||||
"description": "Minimum relative humidity in current period (%RH)."
|
||||
},
|
||||
"maxrh": {
|
||||
"name": "Max relative humidity",
|
||||
"description": "Max relative humidity (%RH)."
|
||||
"description": "Maximum relative humidity in current period (%RH)."
|
||||
},
|
||||
"condition": {
|
||||
"name": "Weather condition code",
|
||||
@ -241,11 +241,11 @@
|
||||
},
|
||||
"pressure": {
|
||||
"name": "Barametric pressure",
|
||||
"description": "Barametric pressure (kPa)."
|
||||
"description": "Current barametric pressure (kPa)."
|
||||
},
|
||||
"dewpoint": {
|
||||
"name": "Dew point",
|
||||
"description": "Dew point (°C)."
|
||||
"description": "Current dew point (°C)."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user