Open
Description
Is your feature request related to a problem? Please describe.
Config changes to YAML config of entity_controller require HA restart. Entity controller config cannot be dynamically updated during runtime.
Describe the solution you'd like
Allow templates in entity_controller config.
Describe alternatives you've considered
None
Additional context
Example:
delay: {{ state('input_number.motion_light_duration') }}