Add translation support

This commit is contained in:
2019-10-26 19:29:24 +02:00
parent 04872ac973
commit 9acc7345a8
4 changed files with 27 additions and 4 deletions

View File

@@ -14,12 +14,12 @@ import homeassistant.helpers.config_validation as cv
from homeassistant.setup import async_when_setup
from .const import (
DOMAIN,
CONF_EMAIL,
CONF_PASSWORD,
TRACKER_ID
)
DOMAIN = "georide"
_LOGGER = logging.getLogger(__name__)
@@ -63,6 +63,7 @@ async def async_setup_entry(hass, entry):
password
)
hass.data[DOMAIN]["context"] = context
""" hass.async_create_task(hass.config_entries.async_forward_entry_setup(entry, "device_tracker") ) """
return True