Did you wait until the database upgrade was completed? I had the same issue, but simply let it run for the night and in the morning it was all migrated.
This is all wonderful. For me biggest question is when you will get rid of AM/PM time presentation, since it is used only in USA, and show the proper 24h time, also for the dates, similar thing, to give people option to choose date format, from usual European (and world wide) dd-mm-yyyy, to coders friendly as well yyyy-mm-dd . I am not lonely in this request I am quite sure that more than 80% of HA users will be happy with this tiny but also so major improvement.
Since the upgrade (at least one) automation was missing. Ver 2023.3.1 didnât resolve this issue. I had to go back to the backup of 2023.2.5 which made it available again. Strange.
update: apparently the specific automation contained something illegal which was not bothered in v2023.2 but in 2023.3 it did. I deleted the automation and rebuild it â now it works again.
Error in log was: extra keys not allowed @ data[âactionâ][0][âchooseâ][1][âsequenceâ][3][âdelayâ][âsequenceâ]. Got None
hehe, I dont use those that much, so hadnât noticed either.
so glad we can still use an entities card with a plain toggle. Or just have our own custom:button-card designs that dont get touched upon these modernizations in the core HA Frontend.
looking at these, makes me wonder why there is that slider/switch in the first place, as it has become âjust a big slider switchâ panel, instead of a âmore-infoâ view panel we expect.
I mean, on a light more-info that makes sense, but on a switch? on/off, whatâs more to mimic there? I must be missing the obvious for this improvement
Thereâs also a bug probably, as this switch (which is turned into a fan in the UI), doesnt show the new slider switch, but still uses the toggle we saw before.
I would like same kind of approach but for conversion for instance:
daily unit meter is in minute but if I display this for a month, it would be nice to have a kind of max treshold (if itâs more than 60mins, display in hour,min)
ok, i have for quite awhile used /Developer/ârestartâ . if that was my purpose, i.e update - HACS(custom) component, but Reboot and the others, that comes with this âpackageâ was spread out, to me it makes sense to "collect this in a menu, i know it âcostâ 1 click more for the ârestartâ, but gains in a functional/logic, i guess we all âdevelopâ various routines
I was, I got the error âDatabase Migration failedâ two times (.0 and .1). Waiting for 0.2 then Iâll try again.
After reading this I made a full backup before, so only an hour or so is missing.
Hello! I have just created new venv with python 3.11.2, however I canât install pybluez=0.22:
With python 3.10.9 I had no issue at all (previous, currently running venv).
Could anyone suggest me how to solve it? (I couldnât find solution with google)
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fno-semantic-interposition -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -ljemalloc -DTHREAD_STACK_SIZE=0x100000 -fPIC -I./port3 -I/srv/homeassistant_3.11.2/include -I/usr/local/include/python3.11 -c bluez/btmodule.c -o build/temp.linux-armv7l-cpython-311/bluez/btmodule.o
bluez/btmodule.c: In function âPyInit__bluetoothâ:
bluez/btmodule.c:2837:22: error: lvalue required as left operand of assignment
2837 | Py_TYPE(&sock_type) = &PyType_Type;
| ^
bluez/btmodule.c:2838:29: error: lvalue required as left operand of assignment
2838 | Py_TYPE(&sdp_session_type) = &PyType_Type;
| ^
error: command '/usr/bin/gcc' failed with exit code 1
[end of output]
Not really sure. When I noticed the missing data, a couple of hours were already passed since installation. Since I read here to expect a 15 minutes to rebuild, Iâve assumed something was wrong and Iâve restored the backup.
I havenât seen any indication that the database would be rebuild, or something was in progress. I didnât check very thoroughly tough. (backup are so easy to restore that I didnât fret too much)
Same here. MariaDB as an add-on, after the update a lot of integrations werenât available/couldnât be loaded (incl supervisor, hacs, daikin, waze, âŚ).
Had to go back to a backup.
Running Hassos as a VM on Unraid âŚ