mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
bump raincloudy to 0.0.7 (#22935)
This commit is contained in:
committed by
Joakim Sørensen
parent
cac00f5b26
commit
4803f319b6
@ -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.6']
|
||||
REQUIREMENTS = ['raincloudy==0.0.7']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "Raincloud",
|
||||
"documentation": "https://www.home-assistant.io/components/raincloud",
|
||||
"requirements": [
|
||||
"raincloudy==0.0.6"
|
||||
"raincloudy==0.0.7"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": ["@vanstinator"]
|
||||
|
@ -1474,7 +1474,7 @@ rachiopy==0.1.3
|
||||
radiotherm==2.0.0
|
||||
|
||||
# homeassistant.components.raincloud
|
||||
raincloudy==0.0.6
|
||||
raincloudy==0.0.7
|
||||
|
||||
# homeassistant.components.raspihats
|
||||
# raspihats==2.2.3
|
||||
|
Reference in New Issue
Block a user