1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Rename homeassistant.util.async to .async_ (#13088)

"async" is (going to be) a reserved word.
This commit is contained in:
Matthias Urlichs
2018-03-11 18:01:12 +01:00
committed by Paulus Schoutsen
parent d42b5a93dd
commit f5cc40024d
44 changed files with 44 additions and 44 deletions

View File

@@ -17,7 +17,7 @@ from homeassistant.const import (
CONF_UNIT_SYSTEM_METRIC, CONF_UNIT_SYSTEM_IMPERIAL, CONF_TEMPERATURE_UNIT)
from homeassistant.util import location as location_util, dt as dt_util
from homeassistant.util.yaml import SECRET_YAML
from homeassistant.util.async import run_coroutine_threadsafe
from homeassistant.util.async_ import run_coroutine_threadsafe
from homeassistant.helpers.entity import Entity
from homeassistant.components.config.group import (
CONFIG_PATH as GROUP_CONFIG_PATH)