mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
parent
bd870f0537
commit
9a25561017
@ -65,9 +65,7 @@ class TriggerEntity( # pylint: disable=hass-enforce-class-module
|
||||
"""Render configured variables."""
|
||||
if self.coordinator.data is None:
|
||||
return {}
|
||||
if self.coordinator.data is None:
|
||||
return {}
|
||||
return self.coordinator.data["run_variables"] or {} or {}
|
||||
return self.coordinator.data["run_variables"] or {}
|
||||
|
||||
def _render_templates(self, variables: dict[str, Any]) -> None:
|
||||
"""Render templates."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user