Skip to content

Commit

Permalink
chore(release): 📢 1.0.2
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2024-12-03)

### 🛠️ Fixes

* Handle expired token and refresh if needed ([012d865](012d865))
* **ci:** Fetch tags for release ([aca374f](aca374f))
* **deps:** Remove deps since they are both already provided by homeassistant-core ([f49f744](f49f744))
* **integration:** Fix EMS switch missing unique_id property ([ce0e9d2](ce0e9d2))
* **linting:** Fix linting issues and replace linter with ruff ([1b5edc5](1b5edc5))
* **repo:** Cleanup pycache files from git repository ([d2f1074](d2f1074))
* **repo:** Cleanup pycache files from git repository ([2076f31](2076f31))

### 📔 Docs

* **readme:** Added Installation button ([f40df7d](f40df7d))
  • Loading branch information
semantic-release-bot committed Dec 3, 2024
1 parent aa3f1c0 commit d4d3479
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [1.0.2](https://github.com/BirknerAlex/hacs_1komma5grad/compare/v1.0.1...v1.0.2) (2024-12-03)

### 🛠️ Fixes

* Handle expired token and refresh if needed ([012d865](https://github.com/BirknerAlex/hacs_1komma5grad/commit/012d8654b5fe56a438c8e3e55b5dfaf39f4e1aed))
* **ci:** Fetch tags for release ([aca374f](https://github.com/BirknerAlex/hacs_1komma5grad/commit/aca374f3cc906ae6cb36a81feafab4209e8927bd))
* **deps:** Remove deps since they are both already provided by homeassistant-core ([f49f744](https://github.com/BirknerAlex/hacs_1komma5grad/commit/f49f74467b3a61da61a8cd9911cdb90d3fa813d1))
* **integration:** Fix EMS switch missing unique_id property ([ce0e9d2](https://github.com/BirknerAlex/hacs_1komma5grad/commit/ce0e9d202086d291f0933532a780d6dc067b0160))
* **linting:** Fix linting issues and replace linter with ruff ([1b5edc5](https://github.com/BirknerAlex/hacs_1komma5grad/commit/1b5edc5b59e612ef9266eb1951825321c4582860))
* **repo:** Cleanup pycache files from git repository ([d2f1074](https://github.com/BirknerAlex/hacs_1komma5grad/commit/d2f10747792ffddce421ddbf93b4bfad9a9643e9))
* **repo:** Cleanup pycache files from git repository ([2076f31](https://github.com/BirknerAlex/hacs_1komma5grad/commit/2076f3153f0e47261dc105cd731bf9e1e291e4ea))

### 📔 Docs

* **readme:** Added Installation button ([f40df7d](https://github.com/BirknerAlex/hacs_1komma5grad/commit/f40df7db9785600b14123e91cf154e0bb0782875))

## [1.0.2-dev.6](https://github.com/BirknerAlex/hacs_1komma5grad/compare/v1.0.2-dev.5...v1.0.2-dev.6) (2024-12-03)

### 🛠️ Fixes
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "1KOMMA5GRAD",
"content_in_root": false,
"homeassistant": "2023.12.0",
"filename": "einskomma5grad-homeassistant_1.0.2-dev.6.zip"
"filename": "einskomma5grad-homeassistant_1.0.2.zip"
}

0 comments on commit d4d3479

Please sign in to comment.