I’ve just had another look and the card is showing a bunch of sensors all with a last detected time of 8 hours ago… the sensors have been trigger much more recent than this, less than an hour ago.
I haven’t restarted yet as I’m at work and my girlfriend is home making use of the automations
One more thing to check, do you have more than one home-feed-card in the same view? If you do, and they have have the same title (or no title), there was an issue where they would share the same cache in local storage and possibly conflict with each other.
In 0.4.0 I resolved this by adding a card_id option which, if present, is used to define the id used for caching.
I am trying to understand why one of my entities stopped showing in the home-feed card. My setup has worked for several months and now on of the entities doesn’t show.
I need entity: binary_sensor.wyzesense_779324f0 to show at all times. The logbook correctly shows the status.Just not showing in home-feed anymore.
Tried a reinstall of hacs (.23.2) , and home-feed (4.1b5) and no difference. Also several of the sensor times are wrong after the restart due to HACS reinstall. All the covers and entity: device_tracker.bill_pixel_gps, changed to the reset time.
I did some further testing and this is no longer working for me:
I discovered an issue with the history API call, where it wasn’t including the timezone when passing the time range in the query. The query should use UTC, but this was preventing this from working properly. This should be fixed in the release version of 0.4.1 I have just published. Can you give this a try?
I think the time reset issue is a Home Assistant rather than with the card. You can avoid it being an issue by using include_history: true and remove_repeats: true (this is actually the default). So, for example:
This almost works. It show the correct time but it also has the time of the reset. Not sure why? This is not in the logbook. Not a big deal if it is a problem to fix as I only reset on updates and I understand that it is a false reading.
Thanks for the continued work on this card. Question - can this card be updated to support state_color: true? Or is there otherwise an efficient means of auto coloring icons as the standard cards do?
I’ve just released a new beta version of the card, 0.4.2b3, which has a fix for the changes in translations in Home Assistant 0.109 which were preventing binary sensor device class from being applied correctly (e.g. door sensors showing as “On” and “Off” instead of “Open” and “Closed”).
I have tried to make this backwards compatible so it will still work if you haven’t updated to 0.109 yet, so I’d be grateful if anyone who hasn’t updates yet could let me know if this version of card works correctly for them.
Thanks for letting me know. I’ve made an update to the default branch of the repository which should fix it, but it won’t take effect until I make a new release.
I’ve just released a new beta version, 0.4.3b1, which adds header and footer options like the standard Entities card (with the same picture, buttons, and graph types available). For example: