Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed May 18, 2024
1 parent 6edda71 commit cd6343c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ List of sensors that will be created:
> The relative humidity of air.
>
> **pressure**\
> The sea-level air pressure in millibars.\
> At the same time, a second sensor is created, indicating the same pressure in mmHg.
> The sea-level air pressure.
>
> **wind_speed**\
> The wind speed.
Expand All @@ -150,7 +149,7 @@ List of sensors that will be created:
> The wind bearing as an angle.
>
> **wind_bearing_2**\
> The wind bearing as text.
> The wind bearing as human-readable text.
>
> **cloud_coverage**\
> Cloud coverage as a percentage.
Expand Down Expand Up @@ -211,7 +210,7 @@ List of sensors that will be created:
> 501+ = Very high
>
> **road_condition**\
> Road surface condition as text.
> Road surface condition as a human-readable text.

## Track updates

Expand Down
2 changes: 1 addition & 1 deletion custom_components/gismeteo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# Base component constants
NAME: Final = "Gismeteo"
DOMAIN: Final = "gismeteo"
VERSION: Final = "3.0.0-beta4"
VERSION: Final = "3.0.0-beta5"
ATTRIBUTION: Final = "Data provided by Gismeteo"
ISSUE_URL: Final = "https://github.com/Limych/ha-gismeteo/issues"
#
Expand Down
2 changes: 1 addition & 1 deletion custom_components/gismeteo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"requirements": [
"beautifulsoup4~=4.12"
],
"version": "3.0.0-beta4"
"version": "3.0.0-beta5"
}

0 comments on commit cd6343c

Please sign in to comment.