1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Move split_entity_id to helpers

This commit is contained in:
Paulus Schoutsen
2016-01-23 22:49:49 -08:00
parent de08f0afaa
commit bc19ef66bf
10 changed files with 24 additions and 26 deletions

View File

@@ -1,8 +1,8 @@
"""Service calling related helpers."""
import logging
from homeassistant.util import split_entity_id
from homeassistant.const import ATTR_ENTITY_ID
from homeassistant.helpers.entity import split_entity_id
CONF_SERVICE = 'service'
CONF_SERVICE_ENTITY_ID = 'entity_id'