diff --git a/custom_components/mygekko/manifest.json b/custom_components/mygekko/manifest.json index 2368044..e202c82 100644 --- a/custom_components/mygekko/manifest.json +++ b/custom_components/mygekko/manifest.json @@ -1,13 +1,19 @@ { "domain": "mygekko", "name": "MyGekko", - "codeowners": ["@stephanu"], + "codeowners": [ + "@stephanu" + ], "config_flow": true, "dependencies": [], "documentation": "https://github.com/stephanu/mygekko", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/stephanu/mygekko/issues", - "loggers": ["PyMyGekko"], - "requirements": ["PyMyGekko==1.1.0rc7"], + "loggers": [ + "PyMyGekko" + ], + "requirements": [ + "PyMyGekko==1.2.0rc1" + ], "version": "1.2.4" -} +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index f893331..6bfaf0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ colorlog==6.8.2 -homeassistant==2024.2.0 +homeassistant==2024.2.3 pip>=21.0,<24.1 ruff==0.2.2 pytest-asyncio pytest-homeassistant-custom-component==0.13.102 -PyMyGekko==1.1.0rc7 +PyMyGekko==1.2.0rc1