Rflink and Timestamp

Hey there,

i have added an Oregon Scientific sensor on 433mhz.
i can recieve the update time with this sensor but i have a problem with it

      oregontemphygro_228c8_update_time:
        sensor_type: timestamp
        name: Oregon Update Time

I have this data, 1597161089
I don’t understand how to change it on human readable …

Thanks :smiley:

Google on Unix timestamp.

I know,
i have found something like :

‘{{ states.sensor.weather_datetime.state | int | timestamp_custom("%d.%m.%Y %H:%M")}}’

And i have to modify it for my configuration. But where i have to put this code ?