Remove availability from complex

This commit is contained in:
G Johansson 2025-01-13 17:59:02 +00:00
parent 73f27549e4
commit f1d21685e6

View File

@ -211,8 +211,6 @@ class TriggerBaseEntity(Entity):
)
for key in self._to_render_complex:
if key == CONF_AVAILABILITY:
continue
rendered[key] = render_complex(
self._config[key],
variables,