According to Last_updated (or last_changed) as sub_entity, I should be able to use last_changed in a widget, but with AppDaemon 4.0.5, that doesn’t appear to be working.
The following widget will show a subentity:
dryer_widget:
widget_type: sensor
title: "Dryer Status"
entity: input_select.dryer_status
entity_to_sub_entity_attribute: friendly_name
This widget, however, won’t show a subentry:
dryer_widget_last_changed:
widget_type: sensor
title: "Dryer Status"
entity: input_select.dryer_status
entity_to_sub_entity_attribute: last_changed
Is it because last_changed isn’t an official attribute of the sensor, but something that Home Assistant creates itself, it appears? Or am I missing something?