diff --git a/homeassistant/components/sensor/foobot.py b/homeassistant/components/sensor/foobot.py
index 8f65a3358726712b6846f1197864c957c051b6d9..d247a90e93afcae39ad870c7bc5809829ba19511 100644
--- a/homeassistant/components/sensor/foobot.py
+++ b/homeassistant/components/sensor/foobot.py
@@ -21,7 +21,7 @@ from homeassistant.helpers.entity import Entity
 from homeassistant.util import Throttle
 
 
-REQUIREMENTS = ['foobot_async==0.3.0']
+REQUIREMENTS = ['foobot_async==0.3.1']
 
 _LOGGER = logging.getLogger(__name__)
 
diff --git a/requirements_all.txt b/requirements_all.txt
index fe82942cab89637ffee9fc70df4bdcf07bff0765..2820d3036a4d86320ee4c9d71ff4e9450d9761f7 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -311,7 +311,7 @@ fixerio==0.1.1
 flux_led==0.21
 
 # homeassistant.components.sensor.foobot
-foobot_async==0.3.0
+foobot_async==0.3.1
 
 # homeassistant.components.notify.free_mobile
 freesms==0.1.2
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 050038b034ac56f510df57ca3f11c38bc0e588ec..4b9470a9b293867bbe56d3a7e402fb69a3557724 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -63,7 +63,7 @@ evohomeclient==0.2.5
 feedparser==5.2.1
 
 # homeassistant.components.sensor.foobot
-foobot_async==0.3.0
+foobot_async==0.3.1
 
 # homeassistant.components.tts.google
 gTTS-token==1.1.1