Remove unnecessary assignment of Template.hass from template (#123773)
This commit is contained in:
parent
5837450a05
commit
dc462aa529
15 changed files with 39 additions and 32 deletions
|
@ -106,7 +106,7 @@ async def _async_create_entities(hass, config):
|
|||
covers = []
|
||||
|
||||
for object_id, entity_config in config[CONF_COVERS].items():
|
||||
entity_config = rewrite_common_legacy_to_modern_conf(entity_config)
|
||||
entity_config = rewrite_common_legacy_to_modern_conf(hass, entity_config)
|
||||
|
||||
unique_id = entity_config.get(CONF_UNIQUE_ID)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue