Skip to content

Commit 5cfdaca

Browse files
Add Beaufort to weather entity (#2820)
1 parent 16b9e46 commit 5cfdaca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/core/entity/weather.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Properties should always only return information from memory and not do I/O (lik
2525
| native_temperature_unit | string | **Required** | The temperature unit; °C or °F.
2626
| native_visibility | float | `None` | The current visibility in km or mi.
2727
| native_visibility_unit | string | `None` | The visibility unit; km or mi. Required if native_visibility is set.
28-
| native_wind_gust_speed | float | `None` | The current wind gust speed in m/s, km/h, mi/h, ft/s or kn.
29-
| native_wind_speed | float | `None` | The current wind speed in m/s, km/h, mi/h, ft/s or kn.
30-
| native_wind_speed_unit | string | `None` | The wind speed unit;m/s, km/h, mi/h, ft/s or kn. Required if native_wind_speed is set.
28+
| native_wind_gust_speed | float | `None` | The current wind gust speed in Beaufort, m/s, km/h, mi/h, ft/s or kn.
29+
| native_wind_speed | float | `None` | The current wind speed in Beaufort, m/s, km/h, mi/h, ft/s or kn.
30+
| native_wind_speed_unit | string | `None` | The wind speed unit; Beaufort, m/s, km/h, mi/h, ft/s or kn. Required if native_wind_speed is set.
3131
| ozone | float | `None` | The current ozone level.
3232
| uv_index | float | `None` | The current [UV index](https://en.wikipedia.org/wiki/Ultraviolet_index).
3333
| wind_bearing | float or string | `None` | The current wind bearing in azimuth angle (degrees) or 1-3 letter cardinal direction.
@@ -98,8 +98,8 @@ The integration should implement one or several of the async methods `async_fore
9898
| native_pressure | float | `None` | The air pressure in hPa, mbar, inHg or mmHg.
9999
| native_temperature | float | **Required** | The higher temperature in °C or °F
100100
| native_templow | float | `None` | The lower daily Temperature in °C or °F
101-
| native_wind_gust_speed | int | `None` | The wind gust speed in m/s, km/h, mi/h, ft/s or kn.
102-
| native_wind_speed | int | `None` | The wind speed in m/s, km/h, mi/h, ft/s or kn.
101+
| native_wind_gust_speed | int | `None` | The wind gust speed in Beaufort, m/s, km/h, mi/h, ft/s or kn.
102+
| native_wind_speed | int | `None` | The wind speed in Beaufort, m/s, km/h, mi/h, ft/s or kn.
103103
| precipitation_probability | int | `None` | The probability of precipitation in %.
104104
| uv_index | float | `None` | The UV index.
105105
| wind_bearing | float or string | `None` | The wind bearing in azimuth angle (degrees) or 1-3 letter cardinal direction.

0 commit comments

Comments
 (0)