Skip to content

Commit

Permalink
Version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bjrnptrsn committed Apr 4, 2024
1 parent 4146c8a commit 362c6a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Inspired/copied from Home Assistant component ["Light group"](https://github.com

## Changelog

### 1.0.5
- Patched for Home Assistant core 2024.4.0 (thanks to @lweberru)

### 1.0.4
- Support for new service call `climate.toggle`

Expand All @@ -23,6 +26,7 @@ Inspired/copied from Home Assistant component ["Light group"](https://github.com
- Patched for Home Assistant core 2024.1.0



## How to install:

### HACS
Expand Down
4 changes: 2 additions & 2 deletions custom_components/climate_group/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"domain": "climate_group",
"name": "Climate Group",
"version": "1.0.4",
"version": "1.0.5",
"description": "Climate Group",
"documentation": "https://github.com/bjrnptrsn/climate_group",
"dependencies": [],
"codeowners": ["@daenny", "@bjrnptrsn"],
"requirements": [],
"homeassistant": "2024.3.0"
"homeassistant": "2024.4.0"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"domains": ["climate"],
"name": "Climate Group",
"render_readme": true,
"homeassistant": "2024.1.0"
"homeassistant": "2024.4.0"
}

0 comments on commit 362c6a0

Please sign in to comment.