diff --git a/custom_components/epson_projector_link/manifest.json b/custom_components/epson_projector_link/manifest.json index c4e9ff7..19ad386 100755 --- a/custom_components/epson_projector_link/manifest.json +++ b/custom_components/epson_projector_link/manifest.json @@ -8,5 +8,5 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/amosyuen/ha-epson-projector-link/issues", "requirements": ["pyserial_asyncio>=0.4", "async_timeout>=3.0.0"], - "version": "1.0.0" + "version": "1.0.1" } diff --git a/hacs.json b/hacs.json index 0a8a093..03d354e 100755 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "Epson Projector Link", "hacs": "1.6.0", - "homeassistant": "2023.4.0", + "homeassistant": "2024.6.0", "render_readme": true }