Rename homeassistant.util.async to .async_ (#13088)
"async" is (going to be) a reserved word.
This commit is contained in:
parent
d42b5a93dd
commit
f5cc40024d
44 changed files with 44 additions and 44 deletions
|
@ -13,7 +13,7 @@ from homeassistant.helpers import template
|
|||
from homeassistant.loader import get_component, bind_hass
|
||||
from homeassistant.util.yaml import load_yaml
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.util.async import run_coroutine_threadsafe
|
||||
from homeassistant.util.async_ import run_coroutine_threadsafe
|
||||
|
||||
CONF_SERVICE = 'service'
|
||||
CONF_SERVICE_TEMPLATE = 'service_template'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue