Okay, but what card? create-element-base? I don´t even know what that is.
lovelace-markdown-mod
Looks like its deprecated:
Thanks, they solved it. Removed that card and the header works fine. Thanks for your help!
Updated and the pages of HACS and addons were empty (and I think some other too)
So rebooted the device again and I only saw the blue house.
Luckely I have an external backup, but this is scary! Could have ruined everything just by this update.
Most of the times I’m quite happy, but this reminded me again to never automatically update and have an external backup ready.
following up on my problem, now that 2025.3.2 released, i updated to it today and so far everything seems to work fine, no problems that i encountered before with 2025.3.1 are present, but I will test in more now overtime, previously in was obviously after about a day that my home became not that smart
No logs = no issue
I couldn’t find a PR for pihole, could you share what you mean?
not sure where to start but given the only real change in my config (software and hardware) is the new HA relaese version, let me ask here:
within the last couple of days, I’ve encountered odd network behavior that I have never seen before.
my browser is normally pointed to http://hassio.local:port
and somehow, that seems to be blocked out of nowhere, all of a sudden, during regular browsing the Dashboard/doing developer tools stuff. (edit: Not all the time, but happened more than once now, enough to worry me…)
It’s not that the system is down, or NC cloud connection is in any way interfering, because I can reach the same instance over the numeric ip address http://192.168.1.123:port
, or over its NC cloud address when the Cloud connection is activated.
It is not a browser cache thing either, as the home assistant OS.local address is unreachable in any browser at that time, and I dont use cache in the first place.
So must be a network thing then?
I wonder whether the 2025.3 update has changed anything in the newtwork DNS configuration that could cause this to happen.
Detail: using Unify Dream Machine, so could probably also be some update on the UDM.
Only thing I can vaguely connect to this issue is a template editor issue, pasting a template that is hard to manage/has a long time to evaluate/brakes the system…
Anyways, ofc I have no logs… a restart did fix the issue, but also removes logs.
Could it be the DNS ‘hangs’, wouldnt know how else to call that.
You have already mentioned this. Please stop.
You may want to add Emporia Vue to Backward-incompatible changes: after upgrade - ERROR (MainThread) [custom_components.emporia_vue] Failed to login to Emporia Vue: Unknown service: ‘cognito-idp’. Valid service names are: cognito-identity, cognito-sync - Seems the custom integration needs some attention for anything above 2025.3.
the backwards incompatible changes mentioned in the blog will be for HA Core only so never refer to or give detail on any custom component.
It’s a custom integration. They don’t go in the core release notes.
Anyone having issues with mobile apps?
Logger: homeassistant.setup
Source: setup.py:340
First occurred: 07:45:12 (1 occurrences)
Last logged: 07:45:12
Setup failed for 'mobile_app': Unable to import component: No module named 'nacd'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 340, in _async_setup_component
component = await integration.async_get_component()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1034, in async_get_component
self._component_future.result()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1014, in async_get_component
comp = await self.hass.async_add_import_executor_job(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self._get_component, True
^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/loader.py", line 1074, in _get_component
ComponentProtocol, importlib.import_module(self.pkg_path)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/util/loop.py", line 201, in protected_loop_func
return func(*args, **kwargs)
File "/usr/local/lib/python3.13/importlib/__init__.py", line 88, 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 1026, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/usr/src/homeassistant/homeassistant/components/mobile_app/__init__.py", line 27, in <module>
from . import ( # noqa: F401
...<5 lines>...
)
File "/usr/src/homeassistant/homeassistant/components/mobile_app/binary_sensor.py", line 25, in <module>
from .entity import MobileAppEntity
File "/usr/src/homeassistant/homeassistant/components/mobile_app/entity.py", line 23, in <module>
from .helpers import device_info
File "/usr/src/homeassistant/homeassistant/components/mobile_app/helpers.py", line 12, in <module>
from nacl.secret import SecretBox
File "/usr/local/lib/python3.13/site-packages/nacl/secret.py", line 16, in <module>
import nacl.bindings
File "/usr/local/lib/python3.13/site-packages/nacl/bindings/__init__.py", line 163, in <module>
from nacl.bindings.crypto_scalarmult import (
...<11 lines>...
)
File "/usr/local/lib/python3.13/site-packages/nacl/bindings/crypto_scalarmult.py", line 16, in <module>
from nacl import exceptions as exc
ModuleNotFoundError: No module named 'nacd'
It works in version 2025.3.2, thank you very much, for quick work.
2025.3 broke my bluetooth on an rpi4 as well. I rolled back to 2025.2 for now, hopefully it will get fixed soon
*3.2 fixed mine
given the merge of Add WIND_DIRECTION to SensorDeviceClass and NumberDeviceClass by edenhaus · Pull Request #138714 · home-assistant/core · GitHub (and it was called too late during beta to discuss anything really), I must confess being a bit disappointed the dynamic icons didnt make it.
Ive been customizing my icons for years with custom-ui first, and later after having deleted that, using a card_mod resulting in
which just is so much more telling than
with:
style: |
:host {
--card-mod-icon:
{% set dir = states(config.entity)|int(0) %}
{% set icons = ['down','bottom-left','left','top-left','up','top-right',
'right','bottom-right'] %}
{% set quadrant = (dir/45)|round %}
{% if quadrant < icons|count %} mdi:arrow-{{icons[quadrant]}}
{% else %} mdi:arrow-down
{% endif %};
}
which is essentially the same as the PR proposed.
Not sure what the PR now does, besides setting the Unit and stateclass correctly (tbh I have never experienced issues there in any of the water integrations)
iow, please dont let the dynamic icon translations die here, and bring them to the Frontend.
it would be so nice not having to customize those via the card-mod anymore.
Also, it would finally bring the icons to the more-info which (as I showed to above), can not be modded with card-mod…
playing with the UI a bit, reveals an error creating a template sensor on the sensor entity above, after selecting that device_class:
It appears some tweaks were also made to section card spacing and now very section has a buffer before it? It’s making things look not so great now, as there’s unnecessary space above the first section card, whereas before this wasn’t the case.
Latest Update let all Sensor units (%, •C,…) disappear no matter what Integration as source.
Rolled back to 3.1.
Good News: Backup recovery is working Like a Charme! Thanks guys!
2025.3.3 stuck im instalation 15minutes and still instalki previous version in 5 minute max installing update.Try 2 times install and this same Somebody have this same problem?
Nuc MSI N100
Workiing update server willa overload