Upgrade ring_doorbell to 0.2.1 to fix oauth issues (#14984)

* Upgraded to ring_doorbell to 0.2.1 to fix oauth issues

* Updated unittest to cover Ring oauth
This commit is contained in:
Marcelo Moreira de Mello 2018-06-16 02:58:39 -04:00 committed by Martin Hjelmare
parent 2ec295a6f8
commit 2839f0ff5f
7 changed files with 17 additions and 3 deletions

View file

@ -12,7 +12,7 @@ import voluptuous as vol
import homeassistant.helpers.config_validation as cv
from homeassistant.const import CONF_USERNAME, CONF_PASSWORD
REQUIREMENTS = ['ring_doorbell==0.1.8']
REQUIREMENTS = ['ring_doorbell==0.2.1']
_LOGGER = logging.getLogger(__name__)