Skip to content

Commit

Permalink
fix: correct min required HA version (#2456)
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker authored Aug 24, 2024
1 parent d373584 commit 49f21eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/powercalc/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
)
from homeassistant.const import __version__ as HA_VERSION # noqa

MIN_HA_VERSION = "2024.3"
MIN_HA_VERSION = "2024.4"

DOMAIN = "powercalc"
DOMAIN_CONFIG = "config"
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"render_readme": false,
"zip_release": true,
"filename": "powercalc.zip",
"homeassistant": "2024.3.0"
"homeassistant": "2024.4.0"
}

0 comments on commit 49f21eb

Please sign in to comment.