mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 08:07:45 +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:
|
for key in self._to_render_complex:
|
||||||
if key == CONF_AVAILABILITY:
|
|
||||||
continue
|
|
||||||
rendered[key] = render_complex(
|
rendered[key] = render_complex(
|
||||||
self._config[key],
|
self._config[key],
|
||||||
variables,
|
variables,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user