-
-
Notifications
You must be signed in to change notification settings - Fork 39
Template in YAML config #150
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
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') }}