service helper replaced with script helper (#2242)

This commit is contained in:
Johann Kellerman 2016-06-06 16:36:04 +02:00 committed by Paulus Schoutsen
parent f69c900977
commit ed44d28fc0

View file

@ -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