There can be an 8 hr delay - it only checks every 8 hrs I believe
The updater binary sensor hasn’t actually worked since 0.110 update for me. 0.111: Frontend loaded sooner, Elexa Guardian, Unify Circuit, Acmeda
I remember checking this a while ago. This line leads me to believe it is 24 hours.
https://github.com/home-assistant/core/blob/a015e551ebc51f8c6ae9caba847cd7804b2e111e/homeassistant/components/updater/__init__.py#L106
update_interval=timedelta(days=1),
Hmm… See I never wait for it so I have not noticed.
happening here too
I wonder if it’s supposed to be 1 hour instead of 1 day?
After upgrading to 0.112 the Logs tabs in Developer tools panel is missing. Supervisor logs show the following error: ERROR (MainThread) [supervisor.docker] Docker logging driver json-file is not supported!
OMG, did read it, but lost it somehow. Thanks!
That has been there for a long time. You need to configure docker to use journald logging.
Hey there! Thanks for your work. Just curious, what db is now used? Are we finally leaving sqlite?
No sqlite is still the default, the db is just optimized. There are plenty of other options though.
Up to you. SQLite is default but addons for mariadb
Yet another fantastic release. Great work guys!
I like the upgrades to states, I hope we also can get the “for” functionality for numeric states. So one can use things like:
below: 100
for:
seconds: 60
Now you can only use “for” for regular states, not numeric ones.
There is an open bug on updater not working for some people https://github.com/home-assistant/core/issues/33142
The new logbook date interval may sound very nice.
But it still does not work on an iPad. And I have several iPads. It does not work on any of them. There is the date picker. There is a white screen. If you click on the white area you see the same pop up info as you do on a computer so the data is there. It is just invisible.
It smells like a CSS bug which only triggers on an iPad Safari browser.
The bug https://github.com/home-assistant/frontend/issues/3340 has been open now for a year.
Will this ever get a little tender touch of love from front end developers?
iPad issues
Hmmm ! Not sure, but perhaps it’s a non compliance issue at the Safari end.
Not sure I’d want HA to deviate due to a wrinkle in a single browser.
Have you logged it as a git hub issue ?
I would say that it would be better to have the issue looked at from both ends but I don’t see apple very motivated to persue this
Is anyone else missing the hamburger icon on the Configuration side panel?
Still showing on mine Dave