service helper replaced with script helper

This commit is contained in:
Johann Kellerman 2016-05-28 22:56:19 +02:00
parent 8494ac7cef
commit 8887c2a8af

View File

@ -12,7 +12,7 @@ from homeassistant.const import (
from homeassistant.core import EVENT_STATE_CHANGED
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.util import slugify