Replies: 2 comments 10 replies
-
|
Once you have added this config to |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
Sorry, but can not get it to work: platform: template
sensors:
sun_nl:
friendly_name: "Sun NL"
value_template: "{{ 'sun.sun' | ct_state_translated('nl') }}"No filter named 'ct_state_translated'.) for dictionary value @ data['sensors']['sun_nl']['value_template']. Got "{{ 'sun.sun' | ct_state_translated('nl') }}". |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I would like to ask some help to get this working.
I'm making use of packages in my configuration.yaml, like:
"packages: !include_dir_named integrations"
in there I have for example: "template: !include_dir_list ../entities/template", where I put all templates.
How do I do this for
Should I link to the custom_templates folder?
I can not link this directly in my configuration.yaml
And where to I put the files to start with the entities I want to translate? Should they be .yaml?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions