diff --git a/homeassistant/components/notify/googlevoice.py b/homeassistant/components/notify/googlevoice.py index cc0a1e0d1cd..2e0cf205097 100644 --- a/homeassistant/components/notify/googlevoice.py +++ b/homeassistant/components/notify/googlevoice.py @@ -14,7 +14,8 @@ from homeassistant.const import CONF_USERNAME, CONF_PASSWORD _LOGGER = logging.getLogger(__name__) REQUIREMENTS = ['https://github.com/w1ll1am23/pygooglevoice-sms/archive/' - '7c5ee9969b97a7992fc86a753fe9f20e3ffa3f7c.zip#pygooglevoice-sms==0.0.1'] + '7c5ee9969b97a7992fc86a753fe9f20e3ffa3f7c.zip#' + 'pygooglevoice-sms==0.0.1'] def get_service(hass, config):