2024-10-20 11:01:32.317 INFO (SyncWorker_4) [homeassistant.util.package] Attempting install of aioesphomeapi==27.0.0
2024-10-20 11:01:32.623 ERROR (SyncWorker_4) [homeassistant.util.package] Unable to install package aioesphomeapi==27.0.0: error: The interpreter at /usr is externally managed, and indicates the following:
To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.
If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.
See /usr/share/doc/python3.12/README.venv for more information.
Consider creating a virtual environment with `uv venv`.
2024-10-20 11:01:32.624 ERROR (MainThread) [homeassistant.setup] Setup failed for 'bluetooth_adapters': Requirements for esphome not found: ['aioesphomeapi==27.0.0'].
2024-10-20 11:01:32.624 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'ibeacon'. Setup failed for dependencies: ['bluetooth_adapters']
2024-10-20 11:01:32.624 ERROR (MainThread) [homeassistant.setup] Setup failed for 'ibeacon': Could not setup dependencies: bluetooth_adapters
2024-10-20 11:01:37.427 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up upnp.binary_sensor
2024-10-20 11:01:37.427 INFO (MainThread) [homeassistant.components.sensor] Setting up upnp.sensor
2024-10-20 11:01:37.431 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 15.51s
2024-10-20 11:01:37.431 WARNING (MainThread) [homeassistant.bootstrap] Detected that frontend did not load. Activating recovery mode
2024-10-20 11:01:38.135 ERROR (SyncWorker_9) [homeassistant.util.package] 2024-10-20 11:01:38.135 ERROR (SyncWorker_9) [homeassistant.util.package] Unable to install package home-assistant-frontend==20241002.3: error: The interpreter at /usr is externally managed, and indicates the following:
To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.
If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.
See /usr/share/doc/python3.12/README.venv for more information.
Consider creating a virtual environment with `uv venv`.
Hi Sebastian, this is REALLY a nice, interesting and useful way to shape a section!
Since I try to make my dashboards minimalistic by automating as much as possible and the things I want/need to see also with buttons that open pop-ups so my dashboard is not cluttered with a lot of stuff, your solution is a way that appeals to me a lot.
Why did you add this line? You likely don’t want to use system python uv, you want the uv installed in your venv. You also already have a environment line, so if you did want this, it should be added to the first entry.
Hello,
I have about 12 MC6 thermostats at home, bought in 2020 and I used the MyComfort House android app, but then it stopped working and now I can’t connect to the thermostats at all. Why this app won’t even connect to the internet even though I’m using 2.4hz wifi.
For the breadcrumb trail the stroke=“#4269do” is the new color which is replaced by fill:#44739e and stroke: #44739e to give the desired line color. This is repeated for each breadcrumb trail on the map (I only have 2)
For the border around the marker the entity-id=“person.paul” is used to identify the marker to change and border-color: #4269d0 gives the desired color.