diff --git a/homeassistant/components/cloud/manifest.json b/homeassistant/components/cloud/manifest.json
index f30b6b14f670bdb8f44d8e11201ee3ef2e0df97d..529f4fb9be96c97ee6a6596d2310f4717c06f98b 100644
--- a/homeassistant/components/cloud/manifest.json
+++ b/homeassistant/components/cloud/manifest.json
@@ -8,5 +8,5 @@
   "integration_type": "system",
   "iot_class": "cloud_push",
   "loggers": ["hass_nabucasa"],
-  "requirements": ["hass-nabucasa==0.81.0"]
+  "requirements": ["hass-nabucasa==0.81.1"]
 }
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index e2b47a43132c5af90881ac903a44d03343f5caf1..6160db06385db0e85063e9c5d13216bd7c5d39a6 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -29,7 +29,7 @@ fnv-hash-fast==0.5.0
 ha-av==10.1.1
 ha-ffmpeg==3.2.0
 habluetooth==3.1.1
-hass-nabucasa==0.81.0
+hass-nabucasa==0.81.1
 hassil==1.7.1
 home-assistant-bluetooth==1.12.0
 home-assistant-frontend==20240603.0
diff --git a/pyproject.toml b/pyproject.toml
index c23a7ea3067056aa852e9c6058066ea448def8cf..42bb1bd69af910be66aafb7f7a5b11baa373bdd1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -40,7 +40,7 @@ dependencies    = [
     "fnv-hash-fast==0.5.0",
     # hass-nabucasa is imported by helpers which don't depend on the cloud
     # integration
-    "hass-nabucasa==0.81.0",
+    "hass-nabucasa==0.81.1",
     # When bumping httpx, please check the version pins of
     # httpcore, anyio, and h11 in gen_requirements_all
     "httpx==0.27.0",
diff --git a/requirements.txt b/requirements.txt
index abf91d7f2ec3b1cbb8c49b129db5bb1d9c292eff..d3390585c66249b7395a193653af91c7bfed6a1f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -18,7 +18,7 @@ bcrypt==4.1.2
 certifi>=2021.5.30
 ciso8601==2.3.1
 fnv-hash-fast==0.5.0
-hass-nabucasa==0.81.0
+hass-nabucasa==0.81.1
 httpx==0.27.0
 home-assistant-bluetooth==1.12.0
 ifaddr==0.2.0
diff --git a/requirements_all.txt b/requirements_all.txt
index fcb54a6c3be17dc67f25457afca469b25a1444a2..0a49a7c58b799774c7b3aa7bb65a6d05d7322111 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1047,7 +1047,7 @@ habitipy==0.3.1
 habluetooth==3.1.1
 
 # homeassistant.components.cloud
-hass-nabucasa==0.81.0
+hass-nabucasa==0.81.1
 
 # homeassistant.components.splunk
 hass-splunk==0.1.1
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 19f25c3ef8ba157631408efe083646bf09f07965..2c79fa6c046597637865369937a5800d10177af9 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -861,7 +861,7 @@ habitipy==0.3.1
 habluetooth==3.1.1
 
 # homeassistant.components.cloud
-hass-nabucasa==0.81.0
+hass-nabucasa==0.81.1
 
 # homeassistant.components.conversation
 hassil==1.7.1