mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
service helper replaced with script helper (#2242)
This commit is contained in:
parent
f69c900977
commit
ed44d28fc0
@ -12,7 +12,7 @@ from homeassistant.const import (
|
|||||||
ATTR_ENTITY_ID, MATCH_ALL)
|
ATTR_ENTITY_ID, MATCH_ALL)
|
||||||
from homeassistant.exceptions import TemplateError
|
from homeassistant.exceptions import TemplateError
|
||||||
from homeassistant.helpers.entity import generate_entity_id
|
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 import template
|
||||||
from homeassistant.helpers.event import track_state_change
|
from homeassistant.helpers.event import track_state_change
|
||||||
from homeassistant.util import slugify
|
from homeassistant.util import slugify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user