service helper replaced with script helper (#2242)
This commit is contained in:
parent
f69c900977
commit
ed44d28fc0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from homeassistant.const import (
|
|||
ATTR_ENTITY_ID, MATCH_ALL)
|
||||
from homeassistant.exceptions import TemplateError
|
||||
from homeassistant.helpers.entity import generate_entity_id
|
||||
from homeassistant.helpers.service import call_from_config
|
||||
from homeassistant.helpers.script import call_from_config
|
||||
from homeassistant.helpers import template
|
||||
from homeassistant.helpers.event import track_state_change
|
||||
from homeassistant.util import slugify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue