Updated ring_doorbell dependency to 0.2.2 (#17945)
- Resolves an issue with the sensor platform for Ring Spotlight Cam devices
This commit is contained in:
parent
cb73a8bbb0
commit
03dd1e6870
3 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ import voluptuous as vol
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.const import CONF_USERNAME, CONF_PASSWORD
|
from homeassistant.const import CONF_USERNAME, CONF_PASSWORD
|
||||||
|
|
||||||
REQUIREMENTS = ['ring_doorbell==0.2.1']
|
REQUIREMENTS = ['ring_doorbell==0.2.2']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -1299,7 +1299,7 @@ restrictedpython==4.0b5
|
||||||
rflink==0.0.37
|
rflink==0.0.37
|
||||||
|
|
||||||
# homeassistant.components.ring
|
# homeassistant.components.ring
|
||||||
ring_doorbell==0.2.1
|
ring_doorbell==0.2.2
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.ritassist
|
# homeassistant.components.device_tracker.ritassist
|
||||||
ritassist==0.9.2
|
ritassist==0.9.2
|
||||||
|
|
|
@ -212,7 +212,7 @@ restrictedpython==4.0b5
|
||||||
rflink==0.0.37
|
rflink==0.0.37
|
||||||
|
|
||||||
# homeassistant.components.ring
|
# homeassistant.components.ring
|
||||||
ring_doorbell==0.2.1
|
ring_doorbell==0.2.2
|
||||||
|
|
||||||
# homeassistant.components.lovelace
|
# homeassistant.components.lovelace
|
||||||
ruamel.yaml==0.15.72
|
ruamel.yaml==0.15.72
|
||||||
|
|
Loading…
Add table
Reference in a new issue