mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-16 22:06:29 +00:00
Add Apparent temperature to Weather (#1813)
This commit is contained in:
parent
57f75b937f
commit
40a999ab6f
@ -15,6 +15,7 @@ Properties should always only return information from memory and not do I/O (lik
|
||||
| ---- | ---- | ------- | -----------
|
||||
| condition | string | **Required** | The current weather condition.
|
||||
| native_temperature | float | **Required** | The current temperature in °C or °F.
|
||||
| native_apparent_temperature | float | `None` | The current apparent (feels-like) temperature in °C or °F.
|
||||
| native_temperature_unit | string | **Required** | The temperature unit; °C or °F.
|
||||
| native_pressure | float | `None` | The current air pressure in hPa, mbar, inHg or mmHg.
|
||||
| native_pressure_unit | string | `None` | The air pressure unit; hPa, mbar, inHg or mmHg. Required if native_pressure is set.
|
||||
@ -44,6 +45,7 @@ Forecast data should either be daily or hourly.
|
||||
| ---- | ---- | ------- | -----------
|
||||
| datetime | string | **Required** | UTC Date time in RFC 3339 format.
|
||||
| native_temperature | float | **Required** | The higher temperature in °C or °F
|
||||
| native_apparent_temperature | float | `None` | The apparent (feels-like) temperature in °C or °F
|
||||
| condition | string | `None` | The weather condition at this point.
|
||||
| native_templow | float | `None` | The lower daily Temperature in °C or °F
|
||||
| native_precipitation | float | `None` | The precipitation amount in mm or in.
|
||||
|
Loading…
x
Reference in New Issue
Block a user