service helper replaced with script helper (#2242)

pull/2249/head
Johann Kellerman 2016-06-06 16:36:04 +02:00 committed by Paulus Schoutsen
parent f69c900977
commit ed44d28fc0
1 changed files with 1 additions and 1 deletions

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