melyux

Results 156 comments of melyux

I've switched to using the new statistics sensors that do exactly same thing but take into account historical database data even after restarts. HA really needs to stop making HA...

I use this Statistics sensor to find the trend for outside temperature: ```yaml - platform: statistics name: "Outside Temperature Trend" entity_id: sensor.outside_temperature state_characteristic: change_second sampling_size: 50 max_age: minutes: 26 #...

Shouldn't be stale. The trend sensor should probably be removed in favor of the newer and more capable statistics integration, however.

I tried with those setting changes but no luck. Only getting a .heif when downloading Live Photos > Download: Name: file Disabled: false Originals: true MediaRaw: true MediaSidecar: false

The files tab shows: - .heic file in Originals - .mov file in Originals - .heic.jpg file in Sidecar

I'm on the latest, seeing some interesting behavior: * Desktop Safari: The .heif and the .mov files both download sequentially as individual files (nice) * iOS Mobile Safari: Only the...

I don't think iOS has an option for that. Maybe "setting a delay between file downloads allowed enough time for Safari to process that there should be multiple files [downloaded](https://stackoverflow.com/questions/61961488/allow-multiple-file-downloads-in-safari)."

Current behavior is honestly not too bad, but sometime only the .mov file comes (randomly), so that's not good. I think most people would be mostly happy with just the...

Maybe prioritize the .heif (or the image) file to always come first when doing multiple downloads from a Live Photo?

P.S. Saw that `` becomes an `entries[i].links` element with `rel` set to `alternate` even though the link doesn't have that `rel` set. Not familiar with the Atom spec too well,...