2024.11: Slick dashboards and speedy cameras

I’ve discovered that it isn’t my network, but appears to be the companion app. Everytime it fails on my android device when connecting via domain name, but works if connecting to that same domain name through a browser.
Now that i got it working once on this device, now the app works consistently on and off wifi. Clearly, i have a lot to learn about how webrtc works under the hood…

I wonder if this is at all related to the authentication-requiring-refresh issue i mentioned?

Why only train 1 wake word?

2 Likes

I am wondering the same, WebRTC may be straightforward, but I have lots of dependent configuration on Thinq implementation.

I am also curious if original developers and maintainers were involved in bringing this to core

Is anyone else’s Thermostat card missing after this update? My existing ones were no longer found, and I couldn’t find one in the Cards list to add a new one.
I’ve rolled back for now, but would love to know if I’m missing something.

No docs were added about a structure of a blueprint for template sensors yet (
At least not mentioned on a main Template page.
Can be seen in PR itself.

Update: issue for Docs

1 Like

Yes the new Thinq is not as comprehensive as the HACS. I have both installed no issues as well. Will wait and see if it has the same

1 Like

How to make a small button card from tile card using new Precise mode but with icon only without text? I can’t get rid of text and make it smaller like in demo :frowning:

Yeah the example they used is pretty bad and mileading. It appears they are using the Mushroom Entity card set the achieve this look. The tile card doesnt work that way

see Mushroom entity card

1 Like

Thanks for confirmation, I hope it would be possible in the next update. I want to make small buttons for Volume control with + and - icons only.

On the Config tab, Appearance section, Name field, try entering a single space character. Not just deleting the existing name, but replacing it by typing in a single space.

I am using HACS custom component webrtc-camera, This here: GitHub - AlexxIT/WebRTC: Home Assistant custom component for real-time viewing of almost any camera stream using WebRTC and other technologies. (which includes go2rtc).

Does the native implementation mean, i can ditch those and use native webrtc?
Do i have to take action before updating?

1 Like

I’m running Home Assistant container on Kubernetes. Same for Music Assistant.
Still havent been able to make it work. There seem to be more issues

Here is a similar issue with spotcast

Logger: homeassistant.setup
Source: setup.py:334
First occurred: 08:29:44 (1 occurrences)
Last logged: 08:29:44

Setup failed for custom integration 'spotcast': Unable to import component: No module named 'spotipy'
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/setup.py", line 334, in _async_setup_component
    component = await integration.async_get_component()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/loader.py", line 1031, in async_get_component
    self._component_future.result()
  File "/usr/src/homeassistant/homeassistant/loader.py", line 1011, in async_get_component
    comp = await self.hass.async_add_import_executor_job(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/loader.py", line 1071, in _get_component
    ComponentProtocol, importlib.import_module(self.pkg_path)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/util/loop.py", line 200, in protected_loop_func
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/importlib/__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/config/custom_components/spotcast/__init__.py", line 55, in <module>
    from .helpers import (
  File "/config/custom_components/spotcast/helpers.py", line 15, in <module>
    import spotipy
ModuleNotFoundError: No module named 'spotipy'

and here the one for music assistant:

Logger: homeassistant.setup
Source: setup.py:334
First occurred: 08:29:41 (1 occurrences)
Last logged: 08:29:41

Setup failed for custom integration 'mass': Unable to import component: No module named 'music_assistant_client'
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/setup.py", line 334, in _async_setup_component
    component = await integration.async_get_component()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/loader.py", line 1031, in async_get_component
    self._component_future.result()
  File "/usr/src/homeassistant/homeassistant/loader.py", line 1011, in async_get_component
    comp = await self.hass.async_add_import_executor_job(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/loader.py", line 1071, in _get_component
    ComponentProtocol, importlib.import_module(self.pkg_path)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/util/loop.py", line 200, in protected_loop_func
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/importlib/__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/config/custom_components/mass/__init__.py", line 22, in <module>
    from music_assistant_client import MusicAssistantClient
ModuleNotFoundError: No module named 'music_assistant_client'

No that is not possible for now, you have to refresh on your own.

1 Like

That’s why I suugest this idea :slight_smile:

I also had a similar problem with histories after the upgrade - all of my dashboard graphs were blank with endless spinning wheels. I ended up deleting the database and it was ok after a reboot, albeit without any history!

Have you added your issues to the repository?

Issues · brunosabot/streamline-card · GitHub

Or has it been reported and fixed already?

It is already fixed by the author

I would love to have easy to use media query system as well, because I have always (browser-mod) a different order on devices with 1, 2,3 or even 4 columns.

Before HA 2024.11 I had integrated the flow as a generic camera and it worked very well, since yesterday after the update HA continues to contact the video intercom and practically always keeps it busy, I don’t know why it continuously calls up the rtsp flow even by deleting the camera, the only way to stop is to restart HA.

yes, the recorder also reported issues in my case and there were several issues like

  • Energy part did not load
  • PVforecast did not load
  • Tibber did not load
    and several other technical error messages popped up.
    I needed to reload the 2024.10 backed up version to keep the system running in a stable status. I have no idea currently what caused the issues with the 2024.11 update.
1 Like