andrey-git / home-assistant-custom-ui

Custom UI elements for https://home-assistant.io
https://home-assistant.io
MIT License
526 stars 97 forks source link

HASS 0.70 hassUtil UDON'T WORKING How do I have relativeTime and parameters coexist? #135

Closed KleinerSource closed 4 years ago

KleinerSource commented 6 years ago

It was done before extra_data_template:

but 0.70 last ${window.hassUtil.relativeTime(new Date(entity.last_changed))}" don't working What should I do?

fatuuse commented 6 years ago

Change to this: https://community.home-assistant.io/t/custom-ui-last-time-automation-was-triggered/41820/39

KleinerSource commented 6 years ago

They can't show it at the same time.