diff --git a/custom_components/battery_notes/const.py b/custom_components/battery_notes/const.py index f0c25b56..5ca5d25d 100644 --- a/custom_components/battery_notes/const.py +++ b/custom_components/battery_notes/const.py @@ -11,7 +11,7 @@ LOGGER: Logger = getLogger(__package__) -MIN_HA_VERSION = "2024.5" +MIN_HA_VERSION = "2024.6" manifestfile = Path(__file__).parent / "manifest.json" with open(file=manifestfile, encoding="UTF-8") as json_file: diff --git a/hacs.json b/hacs.json index cece89a4..53fd252a 100644 --- a/hacs.json +++ b/hacs.json @@ -2,7 +2,7 @@ "name": "Battery Notes", "filename": "battery_notes.zip", "hide_default_branch": true, - "homeassistant": "2024.5.0", + "homeassistant": "2024.6.0", "render_readme": true, "zip_release": true, "persistent_directory": "data" diff --git a/requirements.txt b/requirements.txt index 97ab5943..7962d661 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ colorlog>=6.8.2,<7.0 -homeassistant==2024.5.0 +homeassistant==2024.6.0 ruff>=0.5.0,<0.7 \ No newline at end of file