Skip to content

Commit

Permalink
Fix error in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Jul 24, 2022
1 parent a5b8ae8 commit a9dfebc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,17 @@ I put a lot of work into making this repo and component available and updated to
**latitude:**\
_(float) (Optional)_\
Latitude of the location to display the weather.\
_Default value: The latitude in your `configuration.yaml` file._
_Default value: Your home location latitude._

**longitude:**\
_(float) (Optional)_\
Longitude of the location to display the weather.\
_Default value: The longitude in your `configuration.yaml` file._
_Default value: Your home location longitude._

**show_on_map:**\
_(boolean) (Optional)_\
Enables showing the location of the weather station on the map.\
_Default value: false_

### Weather Sensors Configuration

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 @@ -33,7 +33,7 @@
# Base component constants
NAME: Final = "Gismeteo"
DOMAIN: Final = "gismeteo"
VERSION: Final = "2.5.0"
VERSION: Final = "2.5.1-alpha"
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
@@ -1,7 +1,7 @@
{
"domain": "gismeteo",
"name": "Gismeteo",
"version": "2.5.0",
"version": "2.5.1-alpha",
"documentation": "https://github.com/Limych/ha-gismeteo",
"issue_tracker": "https://github.com/Limych/ha-gismeteo/issues",
"dependencies": [
Expand Down

0 comments on commit a9dfebc

Please sign in to comment.