Strange thing, when i try to update from 0.114.4 to 0.115.1 it fails. Recently i start a fresh update and want to update to 0.115.1 I search for common issues, and maybe it has something to do with insufficient diskspace. But i have over 50gb free. HA does automaticcly set and create partitions on a new install?
20-09-19 07:19:52 INFO (MainThread) [supervisor.homeassistant.core] Update Home Assistant to version 0.115.1
20-09-19 07:19:52 INFO (SyncWorker_0) [supervisor.docker.interface] Update image homeassistant/raspberrypi3-homeassistant:0.114.4 to homeassistant/raspberrypi3-homeassistant:0.115.1
20-09-19 07:19:52 INFO (SyncWorker_0) [supervisor.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.115.1.
20-09-19 07:21:38 ERROR (SyncWorker_0) [supervisor.docker.interface] Can't install homeassistant/raspberrypi3-homeassistant:0.115.1 -> 404 Client Error: Not Found ("no such image: homeassistant/raspberrypi3-homeassistant:0.115.1: No such image: homeassistant/raspberrypi3-homeassistant:0.115.1").
20-09-19 07:21:38 INFO (SyncWorker_0) [supervisor.docker.interface] This error is often caused by not having enough disk space available. Available space in /data is: 50.2 GiB
20-09-19 07:21:38 WARNING (MainThread) [supervisor.homeassistant.core] Update Home Assistant image failed
20-09-19 07:21:38 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-19900' coro=<process_lock.<locals>.wrap_api() done, defined at /usr/src/supervisor/supervisor/utils/__init__.py:23> exception=HomeAssistantUpdateError()>
That warning was added as previously it was not clear that the ānot foundā error could be caused by lack of disk space. You have no lack of disk space. So it is something else.
But how can I get the automation to work like before? Its a slider that will decrease by one every minute. Another automation will trigger when its below 1 (=0). How to do that now?
The /x format will match 0*x, 1*x, 2*x, etc. so it always matches when the second/minute is at zero. For exactly /60 this is what is expected.
The breaking change was to avoid things like minutes: /90 where the expectation was that it would match every 90 minutes but it actually matched every 60 minutes (again, when at zero).
Even though /60 already worked as expected, it is a sign that the way time_pattern works has been slightly misunderstood. It has thus been disallowed and a fix is to replace it with 0.
Looking at some of the new integrations, I noticed they donāt have an IoT class listed. Is this an oversight or is that indicator abandoned? When I first discovered Home Assistant, having a clear indication of which integrations had what kind of Local or Cloud support was a big attraction. Even now itās one of the things I tout to potential home-automating friends, who agree itās a really useful piece of documentation.
Would definitely request the continued listing of IoT class for each integration!
while the log remains unpopulated.
Before you say I need AD 4: I cant because my app isnt compatible, and I dont know how to make itā¦ several knowledgeable people have triedā¦