Move TemplateEntity to template (#98957)
* Move TemplateEntity to template * Rename template_entity in helpers
This commit is contained in:
parent
99e97782b6
commit
61c17291fb
22 changed files with 683 additions and 673 deletions
|
@ -36,7 +36,7 @@ from homeassistant.helpers import issue_registry as ir
|
|||
from homeassistant.helpers.device_registry import DeviceEntryType, DeviceInfo
|
||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
from homeassistant.helpers.template import Template
|
||||
from homeassistant.helpers.template_entity import (
|
||||
from homeassistant.helpers.trigger_template_entity import (
|
||||
CONF_AVAILABILITY,
|
||||
CONF_PICTURE,
|
||||
ManualTriggerSensorEntity,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue