mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Remove availability from complex
This commit is contained in:
parent
73f27549e4
commit
f1d21685e6
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user