Hello!
So this may be a common problem and I've not been able to find other instances of something similar, but I'm kinda running out of ideas. When I use a "normal" panel to display an entity's state, it renders as I expect it to. But when I use markdown to try to display that same state, it uses the raw value, as I understand it. The addon I'm using has translation mapping to ensure the state is displayed in a friendly state.
- type: tile
entity: sensor.wyndham_circle_sensors_precipitation_description
- type: markdown
content: "{{ states('sensor.wyndham_circle_sensors_precipitation_description') }}"
My localization settings are set and I've attempted rebooting and reloading things.
Am I just simply doing something wrong?
Thanks!