Skip to content

Commit

Permalink
Bumped meteo_lt-pkg, changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunas committed Jul 28, 2024
1 parent 74a3181 commit 7d1a5a4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## Release 0.2.1

Date: `2024-07-28`

### Changes

- Bumped meteo_lt-pkg to 0.2.1 to change UTC datetime format from "Z" to "+00:00"
- Devcontainer fixes and improvements
- Readme update

## Release 0.2.0

Date: `2024-07-27`

### Changes

- Separate sensors for every current conditions attribute
- Added last_updated to all entities to see coordinator working
- Trying to fix updating

## Release 0.1.8

Date: `2024-07-26`
Expand Down
14 changes: 10 additions & 4 deletions custom_components/meteo_lt/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{
"domain": "meteo_lt",
"name": "Meteo.Lt",
"codeowners": ["@Brunas"],
"codeowners": [
"@Brunas"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/Brunas/meteo_lt",
"integration_type": "service",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/Brunas/meteo_lt/issues",
"loggers": ["meteo_lt"],
"requirements": ["meteo_lt-pkg==0.2.0"],
"version": "0.2.0"
"loggers": [
"meteo_lt"
],
"requirements": [
"meteo_lt-pkg==0.2.1"
],
"version": "0.2.1"
}

0 comments on commit 7d1a5a4

Please sign in to comment.