mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
* 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:
parent
353fca3b6e
commit
8c17b2f7dd
@ -162,6 +162,7 @@ homeassistant/components/pvoutput/* @fabaff
|
||||
homeassistant/components/qnap/* @colinodell
|
||||
homeassistant/components/quantum_gateway/* @cisasteelersfan
|
||||
homeassistant/components/qwikswitch/* @kellerza
|
||||
homeassistant/components/raincloud/* @vanstinator
|
||||
homeassistant/components/rainmachine/* @bachya
|
||||
homeassistant/components/random/* @fabaff
|
||||
homeassistant/components/rfxtrx/* @danielhiversen
|
||||
|
@ -13,7 +13,7 @@ from homeassistant.helpers.dispatcher import (
|
||||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.helpers.event import track_time_interval
|
||||
|
||||
REQUIREMENTS = ['raincloudy==0.0.5']
|
||||
REQUIREMENTS = ['raincloudy==0.0.6']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
"name": "Raincloud",
|
||||
"documentation": "https://www.home-assistant.io/components/raincloud",
|
||||
"requirements": [
|
||||
"raincloudy==0.0.5"
|
||||
"raincloudy==0.0.6"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
"codeowners": ["@vanstinator"]
|
||||
}
|
||||
|
@ -1471,7 +1471,7 @@ rachiopy==0.1.3
|
||||
radiotherm==2.0.0
|
||||
|
||||
# homeassistant.components.raincloud
|
||||
raincloudy==0.0.5
|
||||
raincloudy==0.0.6
|
||||
|
||||
# homeassistant.components.raspihats
|
||||
# raspihats==2.2.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user