diff --git a/homeassistant/components/hassio/manifest.json b/homeassistant/components/hassio/manifest.json
index 14e3f3598f10888425b0dcd80d95316dc9dd00c9..c1799aca2a1a3abbd279d628fc02bcce92fcfca2 100644
--- a/homeassistant/components/hassio/manifest.json
+++ b/homeassistant/components/hassio/manifest.json
@@ -6,5 +6,5 @@
   "documentation": "https://www.home-assistant.io/integrations/hassio",
   "iot_class": "local_polling",
   "quality_scale": "internal",
-  "requirements": ["aiohasupervisor==0.1.0"]
+  "requirements": ["aiohasupervisor==0.2.0b0"]
 }
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 1f32d432d590283dda5686fb33a5dba23814f73b..b5992a6f0ad894d8dd67e6a0cf829cd6fd4719e4 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -3,7 +3,7 @@
 aiodhcpwatcher==1.0.2
 aiodiscover==2.1.0
 aiodns==3.2.0
-aiohasupervisor==0.1.0
+aiohasupervisor==0.2.0b0
 aiohttp-fast-zlib==0.1.1
 aiohttp==3.10.10
 aiohttp_cors==0.7.0
diff --git a/pyproject.toml b/pyproject.toml
index c070f2b890a02cb2e9ae1b393219e629aa2e4c86..db8a466e9fab02be457e6917bcf1a0b0c935aed6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,7 +26,7 @@ dependencies    = [
     "aiodns==3.2.0",
     # Integrations may depend on hassio integration without listing it to
     # change behavior based on presence of supervisor
-    "aiohasupervisor==0.1.0",
+    "aiohasupervisor==0.2.0b0",
     "aiohttp==3.10.10",
     "aiohttp_cors==0.7.0",
     "aiohttp-fast-zlib==0.1.1",
diff --git a/requirements.txt b/requirements.txt
index 8747135e9543cd80f3b4d292858ae02f96d2ec11..96143033823df7ca9cad34dcf40e890a27cb2304 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@
 
 # Home Assistant Core
 aiodns==3.2.0
-aiohasupervisor==0.1.0
+aiohasupervisor==0.2.0b0
 aiohttp==3.10.10
 aiohttp_cors==0.7.0
 aiohttp-fast-zlib==0.1.1
diff --git a/requirements_all.txt b/requirements_all.txt
index e130dac8c9c1a4cd45d9bd3a03cd7b4377e42c4d..e59ad4e0ac1014812622d012a4ddd60f7216b0bb 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -258,7 +258,7 @@ aioguardian==2022.07.0
 aioharmony==0.2.10
 
 # homeassistant.components.hassio
-aiohasupervisor==0.1.0
+aiohasupervisor==0.2.0b0
 
 # homeassistant.components.homekit_controller
 aiohomekit==3.2.3
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 774ccb776be6ee9fcb59f5cc88a8a6406d9dd5d4..d4f6ead3bc8f04210d7135509d9877c70c82bbd5 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -243,7 +243,7 @@ aioguardian==2022.07.0
 aioharmony==0.2.10
 
 # homeassistant.components.hassio
-aiohasupervisor==0.1.0
+aiohasupervisor==0.2.0b0
 
 # homeassistant.components.homekit_controller
 aiohomekit==3.2.3