diff --git a/hacs.json b/hacs.json index d317eee..25e498f 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "MagentaTV", - "homeassistant": "2024.8.2", + "homeassistant": "2024.8.3", "render_readme": true, "country": "DE" } \ No newline at end of file diff --git a/requirements-dev.txt b/requirements-dev.txt index 502dbe1..39ea918 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r ./requirements.txt -pytest_homeassistant_custom_component~=0.13.154 +pytest_homeassistant_custom_component~=0.13.155 pip>=21.0,<24.3 ruff==0.5.7 colorlog==6.8.2 diff --git a/requirements.txt b/requirements.txt index ec10105..91c47fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -homeassistant==2024.8.2 +homeassistant==2024.8.3 pydantic>=1.10.8 async-upnp-client>=0.35.0 \ No newline at end of file