You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The render template feature does not work properly for the entity fields (light, media_player, etc). This happens when render template is used when the get_state function is called.
Additional information
Devices involved:
Model: [ eg. IKEA 1744 ] as [ Light | Media Player | Controller ]
...
Integration: z2m
ControllerX version: 4.11.0
AppDaemon app configuration
example_app:
module: controllerxclass: E1810Controllercontroller: sensor.controller_actionlight: "{{ states('input_select.lights') }}"# This is recommendable if the lights you want to loop through have different supported actionsupdate_supported_features: truemerge_mapping:
arrow_left_click:
- service: input_select.select_previousdata:
entity_id: input_select.lightsarrow_right_click:
- service: input_select.select_nextdata:
entity_id: input_select.lights```
Logs
ValueError: `supported_features` could not be read from `{{ states('input_select.lights') }}`. Entity might not be available.
The text was updated successfully, but these errors were encountered:
Bug report
Description
The render template feature does not work properly for the entity fields (light, media_player, etc). This happens when render template is used when the get_state function is called.
Additional information
z2m
AppDaemon app configuration
Logs
The text was updated successfully, but these errors were encountered: