Move TemplateEntity to template (#98957)

* Move TemplateEntity to template

* Rename template_entity in helpers
This commit is contained in:
G Johansson 2023-08-24 15:37:04 +02:00 committed by GitHub
parent 99e97782b6
commit 61c17291fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 683 additions and 673 deletions

View file

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