Upgraded RainCloudy to version 0.0.5 (#14986)

This commit is contained in:
Marcelo Moreira de Mello 2018-06-16 06:58:18 -04:00 committed by Paulus Schoutsen
parent ff4da05267
commit 3ee8f58fdf
2 changed files with 2 additions and 2 deletions

View file

@ -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__)