entity-controller
entity-controller copied to clipboard
Template in YAML config
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') }}
Work has been done on #8 but it was never merged back to this repository unforutnately.
+1 I would also like to see this feature implemented. I am working on making my entity_controllers configurable from the ui and the lack of the feature is the only thing that blocks me. Especially I need this to make use of the input_datetime elements to set the start and end time of the night mode.
I started some initial work on this branch but facing issues withthe Home Assistant template class. See this line. any idea how to implement async_render render here? EC requires a response at the time the t.render() function is called. Not sure if it is possible to use async there.
anybody able to help?
This is a highly requested feature and I am stuck on the implementation...any body able to help?
I haven't a clue how to help... Have you tried posting in the developers forum?