Suspecious. And yes, these changes are the same, which I needed in automations, etc. already in 2021.11. But anyway, as these are still the same, but perhaps now only in additional other places, good to have still the fix.
But all this another argument, to have a yaml-default-Theme in the Theme-Folder as well, so this could be used to find this directly and to assign it to cards (e.g. when set another theme to the user), etc.
After the update I lost connection to my Firmata board?
Error connecting to serial port for PyMata board serial-/dev/serial/by-id/usb-Arduino_LLC_Arduino_Micro-if00: [Errno 2] could not open port /dev/serial/by-id/usb-Arduino_LLC_Arduino_Micro-if00: [Errno 2] No such file or directory: '/dev/serial/by-id/usb-Arduino_LLC_Arduino_Micro-if00'
Also under “hardware settings”, the port is not shown in the list anymore? Rolling back the update didn’t solve my issue… other (non Firmata products) USB ports are working properly it seems.
System log (not sure if this means something):
22-03-03 12:31:02 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.ADD hardware /dev/bus/usb/001/015 - None
22-03-03 12:31:02 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.ADD hardware /dev/ttyACM0 - /dev/serial/by-id/usb-Arduino_LLC_Arduino_Micro-if00
22-03-03 12:31:05 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.REMOVE hardware /dev/ttyACM0 - /dev/serial/by-id/usb-Arduino_LLC_Arduino_Micro-if00
22-03-03 12:31:05 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.REMOVE hardware /dev/bus/usb/001/015 - None
22-03-03 12:31:11 WARNING (MainThread) [supervisor.hardware.monitor] Ignore device /sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3 / failes to initialize by udev
22-03-03 12:31:11 WARNING (MainThread) [supervisor.hardware.monitor] Ignore device /sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/tty/ttyACM0 / failes to initialize by udev
any one else had a bosch thermostaat integration brake? internal server error 400 and 500.
Just did the update. i didn’t see anything relating to breaking this
My HACS Xiaomi Miio integration (Standing Fan 2S and Humidifier 2) isn’t working after the upgrade. If I remove the HACS integration and setup the HA included one, it’s not working either. Tokens didn’t change, IP addresses are correct. Rolled back.
I just tested, no problem here, I’m on the de server with a Standing Fan 2S. I did a reinstall of it not too long ago, where I went from the HACS integration to the integrated.
After the update, the Ical integration no longer works, does anyone else have problems with it?
log:
Update for calendar.ical_privat fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 521, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 726, in async_device_update
raise exc
File "/config/custom_components/ical/calendar.py", line 71, in async_update
await self.ical_events.update()
File "/config/custom_components/ical/__init__.py", line 117, in update
async with session.get(self.url) as response:
File "/usr/local/lib/python3.9/site-packages/aiohttp/client.py", line 1138, in __aenter__
self._resp = await self._coro
File "/usr/local/lib/python3.9/site-packages/aiohttp/client.py", line 585, in _request
raise TooManyRedirects(
aiohttp.client_exceptions.TooManyRedirects: 0, message='', url=URL('https://p14-caldav.icloud.com/published/')
Logger: homeassistant
Source: components/android_ip_webcam/init.py:230
First occurred: 2:38:20 PM (1 occurrences)
Last logged: 2:38:20 PM
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/android_ip_webcam/init.py”, line 235, in async_setup_ipcamera
await async_update_data(None)
File “/usr/src/homeassistant/homeassistant/components/android_ip_webcam/init.py”, line 230, in async_update_data
await cam.update()
File “/usr/local/lib/python3.9/site-packages/pydroid_ipcam.py”, line 85, in update
status_data = yield from self._request(’/status.json?show_avail=1’)
File “/usr/local/lib/python3.9/site-packages/pydroid_ipcam.py”, line 62, in _request
with async_timeout.timeout(self._timeout, loop=self.loop):
TypeError: timeout() got an unexpected keyword argument ‘loop’
My Google Home mini devices no longer play media from Home Assistant. It will play the chime to indicate that it’s active, but the media is not played (including previously working automations that called the play_media service).