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
22 changed files with 683 additions and 673 deletions

View File

@@ -20,7 +20,10 @@ from homeassistant.const import (
CONF_VALUE_TEMPLATE,
)
from homeassistant.core import HomeAssistant
from homeassistant.helpers.template_entity import CONF_AVAILABILITY, CONF_PICTURE
from homeassistant.helpers.trigger_template_entity import (
CONF_AVAILABILITY,
CONF_PICTURE,
)
from tests.common import MockConfigEntry