From 3ee8f58fdf30e664d814af3a91e0c93dd448e9e9 Mon Sep 17 00:00:00 2001 From: Marcelo Moreira de Mello <tchello.mello@gmail.com> Date: Sat, 16 Jun 2018 06:58:18 -0400 Subject: [PATCH] Upgraded RainCloudy to version 0.0.5 (#14986) --- homeassistant/components/raincloud.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/raincloud.py b/homeassistant/components/raincloud.py index 308a945e942..a04f4926b76 100644 --- a/homeassistant/components/raincloud.py +++ b/homeassistant/components/raincloud.py @@ -19,7 +19,7 @@ from homeassistant.helpers.dispatcher import ( from homeassistant.helpers.entity import Entity from homeassistant.helpers.event import track_time_interval -REQUIREMENTS = ['raincloudy==0.0.4'] +REQUIREMENTS = ['raincloudy==0.0.5'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index f52ce86f1ea..fdf4dc56f98 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1174,7 +1174,7 @@ rachiopy==0.1.2 radiotherm==1.3 # homeassistant.components.raincloud -raincloudy==0.0.4 +raincloudy==0.0.5 # homeassistant.components.raspihats # raspihats==2.2.3 -- GitLab