Upgrade Ring to 0.1.4 (#7386)
This commit is contained in:
parent
ae93cf702a
commit
6aac53399d
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ import homeassistant.loader as loader
|
|||
|
||||
from requests.exceptions import HTTPError, ConnectTimeout
|
||||
|
||||
REQUIREMENTS = ['ring_doorbell==0.1.3']
|
||||
REQUIREMENTS = ['ring_doorbell==0.1.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -706,7 +706,7 @@ radiotherm==1.2
|
|||
rflink==0.0.31
|
||||
|
||||
# homeassistant.components.ring
|
||||
ring_doorbell==0.1.3
|
||||
ring_doorbell==0.1.4
|
||||
|
||||
# homeassistant.components.switch.rpi_rf
|
||||
# rpi-rf==0.9.6
|
||||
|
|
Loading…
Add table
Reference in a new issue