After update, Simplisafe integration isnāt working
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 383, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/simplisafe/__init__.py", line 357, in async_setup_entry
api = await API.async_from_refresh_token(
File "/usr/local/lib/python3.10/site-packages/simplipy/api.py", line 154, in async_from_refresh_token
await api.async_refresh_access_token()
File "/usr/local/lib/python3.10/site-packages/simplipy/api.py", line 406, in async_refresh_access_token
self._save_token_data_from_response(token_data)
File "/usr/local/lib/python3.10/site-packages/simplipy/api.py", line 258, in _save_token_data_from_response
self.refresh_token = token_data["refresh_token"]
KeyError: 'refresh_token'
And it isnāt prompting for a new auth code either.
Also wake on lan switches arenāt getting registered now and they have the following message:
This entity is no longer being provided by the wake_on_lan integration. If the entity is no longer in use, delete it in settings.
I have a python script running as a command_line sensor, and import modules are now failing.
For example:
Traceback (most recent call last):
File "/config/scripts/rubbish_day.py", line 34, in <module>
import requests
ModuleNotFoundError: no module named 'requests'
I still donāt have a clue where the information for setting custom more info dialogs went. Pretty sure once upon a time it was set in the customize yaml and all defined entities would use that custom more info dialog. If gone, I think it should be bought back.
Anyways, another update, another wrestling match. Challenge Accepted.
EDIT: On a positive note, I love the backend stuff when it comes to QOL changes, most notably jinja macros. I love anything that goes towards dynamic coding.
I used to have a number of entities generated using curl commands. After upgrading to 2023.4.0, I can see none of them seem to work. It does not give me any error either.
I donāt have any repairs available, but all the processes are during on all cylinders.
I couldnāt take the suspense anymore so I restarted my home assistant container. Now that Iāve restarted I have a ārunc initā process taking up a constant 60-70% of one core. Iāve never seen that before
there is a regression in command line sensors and also a quick fix suggested:
the fix works for me (command line sensor states are generated again and not unknown) but the PR was rejected (or rather a completly different implementation was suggested).
i worked around this by copying homeassistant/components/command_line to custom_components and changing line 141 in sensor.pyas suggested until there is a fix.
Yes its doing them in batches to avoid overloading the system. Its slower but it allows for online migration. I expect you have a very large database (or slow disk). Iād let it run overnight and check it in the morning.
Tile card feature development is agonizingly slow. The front end needs to mature way faster in general. The fact that I need custom button card and card mod for most UI tweaks is crazy. Why canāt I have a tile card that slides vertically? The popup UI has it, so wth? Why canāt I just not have an icon in tile card? Why canāt I change the width of sliders with a simple parameter change vs card mod? Why canāt I justā¦use the slider UI without all the extras, for that matter?
So all in all, how to hide top bar on both web and Android companion app? I used to use minimalist-mobile theme, but today it broke, which is even worse for my LG clock 2 devices, where top bar eats 20% of space.
Looks like no one of HA devs uses any mods at all.
Yeah, my database is about 11Gb. Since the migration notification went away, I thought I could have expected that it would be completely finished. I guess Iāll just wait and see.