Skip to content

Commit

Permalink
Merge pull request #4 from Brunas/readme_update
Browse files Browse the repository at this point in the history
Readme tweaking
  • Loading branch information
Brunas authored Jul 25, 2024
2 parents 9953476 + ddfd5b9 commit d5488a1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Release 0.1.6

Date: `2024-07-25`

### Changes

- Readme tweaking

## Not a Release 0.1.x

Date: `2024-07-24`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Platform | Description
`weather` | A Home Assistant `weather` entity, with current data, and hourly forecast data. The first forecast record is treated as current data.
`sensor` | A Home Assistant `sensor` entity, with all available data taken from the forecast first record.

Minimum required version of Home Assistant is **2024.7.3** as this integration uses the new Weather entity forecast types and it does **not** create Forecast Attributes.
Implementation has been done using Home Assistant version **2024.7.3**. Older versions could work too as long as the new Weather entity forecast types exist. Integration does **not** create Forecast Attributes.

## Installation through HACS (Recommended Method)

This Integration is part of the default HACS store. Search for *Meteo.lt* under Integrations and install from there. After the installation of the files, you must restart Home Assistant, or else you will not be able to add WeatherFlow Forecast from the Integration Page.
This Integration is part of the default HACS store. Search for *Meteo.lt* under Integrations and install from there. After the installation of the files, you must restart Home Assistant, or else you will not be able to add *Meteo.lt* from the Integration Page.

If you are not familiar with HACS, or haven't installed it, I would recommend to [look through the HACS documentation](https://hacs.xyz/), before continuing. Even though you can install the Integration manually, I would recommend using HACS, as you would always be reminded when a new release is published.

Expand Down
2 changes: 1 addition & 1 deletion custom_components/meteo_lt/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"issue_tracker": "https://github.com/Brunas/meteo_lt/issues",
"loggers": ["meteo_lt"],
"requirements": ["meteo_lt-pkg==0.1.4"],
"version": "0.1.5"
"version": "0.1.6"
}

0 comments on commit d5488a1

Please sign in to comment.