Bump raincloud dependency to fix broken integration: Fixes #22422 (#22805)

* Bump raincloud dependency to fix broken integration: Fixes #22422

* bump requirements_all

* bump CODEOWNERS

* edit codeowners in response to PR feedback
This commit is contained in:
Justin Vanderhooft 2019-04-06 23:33:28 -04:00 committed by Paulus Schoutsen
parent 353fca3b6e
commit 8c17b2f7dd
4 changed files with 5 additions and 4 deletions

View File

@ -162,6 +162,7 @@ homeassistant/components/pvoutput/* @fabaff
homeassistant/components/qnap/* @colinodell homeassistant/components/qnap/* @colinodell
homeassistant/components/quantum_gateway/* @cisasteelersfan homeassistant/components/quantum_gateway/* @cisasteelersfan
homeassistant/components/qwikswitch/* @kellerza homeassistant/components/qwikswitch/* @kellerza
homeassistant/components/raincloud/* @vanstinator
homeassistant/components/rainmachine/* @bachya homeassistant/components/rainmachine/* @bachya
homeassistant/components/random/* @fabaff homeassistant/components/random/* @fabaff
homeassistant/components/rfxtrx/* @danielhiversen homeassistant/components/rfxtrx/* @danielhiversen

View File

@ -13,7 +13,7 @@ from homeassistant.helpers.dispatcher import (
from homeassistant.helpers.entity import Entity from homeassistant.helpers.entity import Entity
from homeassistant.helpers.event import track_time_interval from homeassistant.helpers.event import track_time_interval
REQUIREMENTS = ['raincloudy==0.0.5'] REQUIREMENTS = ['raincloudy==0.0.6']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -3,8 +3,8 @@
"name": "Raincloud", "name": "Raincloud",
"documentation": "https://www.home-assistant.io/components/raincloud", "documentation": "https://www.home-assistant.io/components/raincloud",
"requirements": [ "requirements": [
"raincloudy==0.0.5" "raincloudy==0.0.6"
], ],
"dependencies": [], "dependencies": [],
"codeowners": [] "codeowners": ["@vanstinator"]
} }

View File

@ -1471,7 +1471,7 @@ rachiopy==0.1.3
radiotherm==2.0.0 radiotherm==2.0.0
# homeassistant.components.raincloud # homeassistant.components.raincloud
raincloudy==0.0.5 raincloudy==0.0.6
# homeassistant.components.raspihats # homeassistant.components.raspihats
# raspihats==2.2.3 # raspihats==2.2.3