diff --git a/homeassistant/components/hassio/manifest.json b/homeassistant/components/hassio/manifest.json
index fe38fa78003ba32b0f7b50414e809649423d059a..14e3f3598f10888425b0dcd80d95316dc9dd00c9 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.0b1"]
+  "requirements": ["aiohasupervisor==0.1.0"]
 }
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 601253944038b7e1e007cbec66885e0977e296e2..b332d84823b00474f81651094b16d6e0b83e6b08 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.0b1
+aiohasupervisor==0.1.0
 aiohttp-fast-zlib==0.1.1
 aiohttp==3.10.6
 aiohttp_cors==0.7.0
diff --git a/pyproject.toml b/pyproject.toml
index 7b0675e7e8e98b00c3870ed380501bcf467064b3..d7dff4e5d166fffdc4a342e71317b9d1885e2aca 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.0b1",
+    "aiohasupervisor==0.1.0",
     "aiohttp==3.10.6",
     "aiohttp_cors==0.7.0",
     "aiohttp-fast-zlib==0.1.1",
diff --git a/requirements.txt b/requirements.txt
index ec1c0438a4099f334f36f6073be1a16be2f9abec..2e0f25eaabf888ddafc890076f5bfa01e8f1a12c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@
 
 # Home Assistant Core
 aiodns==3.2.0
-aiohasupervisor==0.1.0b1
+aiohasupervisor==0.1.0
 aiohttp==3.10.6
 aiohttp_cors==0.7.0
 aiohttp-fast-zlib==0.1.1
diff --git a/requirements_all.txt b/requirements_all.txt
index 0ed8a3da84ead41f538d3a0b2721e1a705fa407f..200f5b6c87460240f7c657c26b50bbda12c3cbe5 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.0b1
+aiohasupervisor==0.1.0
 
 # homeassistant.components.homekit_controller
 aiohomekit==3.2.3
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index d08378b37cb36bd8f4f3d34f01619caf7e4dd2f9..d126d21431e3925dc0ec4cb2b4fd98b61893f9db 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.0b1
+aiohasupervisor==0.1.0
 
 # homeassistant.components.homekit_controller
 aiohomekit==3.2.3