HI @andrey
could you think of any reason why the 0.75, and 0,75.1 Hassos won’t show the attribute last_changed any longer ?
I have this python script created sensor:
hass.states.set('sensor.family_home', count_home, {
'custom_ui_state_card': 'state-card-custom-ui',
'friendly_name': "Family Home?",
'home': ', '.join(home),
'away': ', '.join(away),
'icon': whichIcon,
'count_home': count_home,
'count_away': count_away,
'family_count': familyCount,
'templates': { 'icon_color': icon_color },
'show_last_changed': 'true'
})
which worked fine up to 74.x
now correctly showing on Hassio .75.1 as:
while Hassos .75.1 shows no last_changed:
seems there are more custom-ui related ‘issues’, since ever time a page with customized items (have yet to find the exact ones) is loaded, the service system_log/write message appears, along with this error message:
2018-08-05 21:35:27 ERROR (MainThread) [frontend.js.latest.201808040] http://hassio-2.local:8123/frontend_latest/app-c65b4028.js:2:12760 TypeError: undefined is not an object (evaluating 't.length')
. This time it certainly isn’t a cache thing, I’ve reloaded and restarted the host, browsers et all after clearing caches.
thx,
Marius