Untitled
unknown
plain_text
4 years ago
26 kB
3
No Index
2022-11-03 23:07:29.603 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration pyscript which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.606 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration keymaster which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.609 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration pfsense which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.611 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration scheduler which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.613 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.615 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration spotcast which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.617 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration weatherapi which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.618 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration redfin which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.619 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration browser_mod which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.620 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration kodi_media_sensors which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.621 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration radarr_upcoming_media which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.624 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration mail_and_packages which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.626 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration winix which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.629 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration zoom which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.630 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration sonos_cloud which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.632 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration localtuya which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.634 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration fontawesome which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.635 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration mass which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.637 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration personalcapital which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.639 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration sonarr_upcoming_media which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.640 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration webrtc which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:29.642 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration tuya_v2 which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-11-03 23:07:39.370 ERROR (MainThread) [custom_components.zoom.common] Error fetching zoom data:
2022-11-03 23:08:33.388 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: brother, plex, ios
2022-11-03 23:08:51.638 WARNING (MainThread) [homeassistant.config_entries] Config entry 'SHIELD' for nfandroidtv integration not ready yet: Failed to connect to host: 192.168.0.20; Retrying in background
2022-11-03 23:08:57.112 WARNING (MainThread) [homeassistant.config_entries] Config entry '192.168.0.23' for roku integration not ready yet: Invalid response from API: Error occurred while communicating with device; Retrying in background
2022-11-03 23:08:59.120 ERROR (MainThread) [zigpy.application] Couldn't start application
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 124, in startup
await self.connect()
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py", line 106, in connect
await znp.connect()
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py", line 700, in connect
self._uart = await uart.connect(self._config[conf.CONF_DEVICE], self)
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/uart.py", line 170, in connect
_, protocol = await zigpy.serial.create_serial_connection(
File "/usr/local/lib/python3.10/site-packages/zigpy/serial.py", line 33, in create_serial_connection
transport, protocol = await loop.create_connection(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1064, in create_connection
raise exceptions[0]
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1049, in create_connection
sock = await self._connect_sock(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 960, in _connect_sock
await self.sock_connect(sock, address)
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 500, in sock_connect
return await fut
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 535, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
ConnectionRefusedError: [Errno 111] Connect call failed ('192.168.0.12', 6638)
2022-11-03 23:08:59.367 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start ZNP = Texas Instruments Z-Stack ZNP protocol: CC253x, CC26x2, CC13x2 coordinator (attempt 1 of 3)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize
self.application_controller = await app_controller_cls.new(
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 144, in new
await app.startup(auto_form=auto_form)
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 124, in startup
await self.connect()
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py", line 106, in connect
await znp.connect()
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py", line 700, in connect
self._uart = await uart.connect(self._config[conf.CONF_DEVICE], self)
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/uart.py", line 170, in connect
_, protocol = await zigpy.serial.create_serial_connection(
File "/usr/local/lib/python3.10/site-packages/zigpy/serial.py", line 33, in create_serial_connection
transport, protocol = await loop.create_connection(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1064, in create_connection
raise exceptions[0]
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1049, in create_connection
sock = await self._connect_sock(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 960, in _connect_sock
await self.sock_connect(sock, address)
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 500, in sock_connect
return await fut
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 535, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
ConnectionRefusedError: [Errno 111] Connect call failed ('192.168.0.12', 6638)
2022-11-03 23:09:02.480 ERROR (MainThread) [zigpy.application] Couldn't start application
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 124, in startup
await self.connect()
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py", line 106, in connect
await znp.connect()
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py", line 700, in connect
self._uart = await uart.connect(self._config[conf.CONF_DEVICE], self)
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/uart.py", line 170, in connect
_, protocol = await zigpy.serial.create_serial_connection(
File "/usr/local/lib/python3.10/site-packages/zigpy/serial.py", line 33, in create_serial_connection
transport, protocol = await loop.create_connection(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1064, in create_connection
raise exceptions[0]
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1049, in create_connection
sock = await self._connect_sock(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 960, in _connect_sock
await self.sock_connect(sock, address)
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 500, in sock_connect
return await fut
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 535, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
ConnectionRefusedError: [Errno 111] Connect call failed ('192.168.0.12', 6638)
2022-11-03 23:09:02.489 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start ZNP = Texas Instruments Z-Stack ZNP protocol: CC253x, CC26x2, CC13x2 coordinator (attempt 2 of 3)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize
self.application_controller = await app_controller_cls.new(
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 144, in new
await app.startup(auto_form=auto_form)
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 124, in startup
await self.connect()
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py", line 106, in connect
await znp.connect()
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py", line 700, in connect
self._uart = await uart.connect(self._config[conf.CONF_DEVICE], self)
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/uart.py", line 170, in connect
_, protocol = await zigpy.serial.create_serial_connection(
File "/usr/local/lib/python3.10/site-packages/zigpy/serial.py", line 33, in create_serial_connection
transport, protocol = await loop.create_connection(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1064, in create_connection
raise exceptions[0]
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1049, in create_connection
sock = await self._connect_sock(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 960, in _connect_sock
await self.sock_connect(sock, address)
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 500, in sock_connect
return await fut
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 535, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
ConnectionRefusedError: [Errno 111] Connect call failed ('192.168.0.12', 6638)
2022-11-03 23:09:05.734 ERROR (MainThread) [zigpy.application] Couldn't start application
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 124, in startup
await self.connect()
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py", line 106, in connect
await znp.connect()
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py", line 700, in connect
self._uart = await uart.connect(self._config[conf.CONF_DEVICE], self)
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/uart.py", line 170, in connect
_, protocol = await zigpy.serial.create_serial_connection(
File "/usr/local/lib/python3.10/site-packages/zigpy/serial.py", line 33, in create_serial_connection
transport, protocol = await loop.create_connection(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1064, in create_connection
raise exceptions[0]
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1049, in create_connection
sock = await self._connect_sock(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 960, in _connect_sock
await self.sock_connect(sock, address)
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 500, in sock_connect
return await fut
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 535, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
ConnectionRefusedError: [Errno 111] Connect call failed ('192.168.0.12', 6638)
2022-11-03 23:09:05.754 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start ZNP = Texas Instruments Z-Stack ZNP protocol: CC253x, CC26x2, CC13x2 coordinator (attempt 3 of 3)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize
self.application_controller = await app_controller_cls.new(
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 144, in new
await app.startup(auto_form=auto_form)
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 124, in startup
await self.connect()
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py", line 106, in connect
await znp.connect()
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py", line 700, in connect
self._uart = await uart.connect(self._config[conf.CONF_DEVICE], self)
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/uart.py", line 170, in connect
_, protocol = await zigpy.serial.create_serial_connection(
File "/usr/local/lib/python3.10/site-packages/zigpy/serial.py", line 33, in create_serial_connection
transport, protocol = await loop.create_connection(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1064, in create_connection
raise exceptions[0]
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1049, in create_connection
sock = await self._connect_sock(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 960, in _connect_sock
await self.sock_connect(sock, address)
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 500, in sock_connect
return await fut
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 535, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
ConnectionRefusedError: [Errno 111] Connect call failed ('192.168.0.12', 6638)
2022-11-03 23:09:05.759 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry socket://192.168.0.12:6638 for zha
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 365, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 112, in async_setup_entry
await zha_gateway.async_initialize()
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize
raise exc
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 172, in async_initialize
self.application_controller = await app_controller_cls.new(
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 144, in new
await app.startup(auto_form=auto_form)
File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 124, in startup
await self.connect()
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/zigbee/application.py", line 106, in connect
await znp.connect()
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py", line 700, in connect
self._uart = await uart.connect(self._config[conf.CONF_DEVICE], self)
File "/usr/local/lib/python3.10/site-packages/zigpy_znp/uart.py", line 170, in connect
_, protocol = await zigpy.serial.create_serial_connection(
File "/usr/local/lib/python3.10/site-packages/zigpy/serial.py", line 33, in create_serial_connection
transport, protocol = await loop.create_connection(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1064, in create_connection
raise exceptions[0]
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1049, in create_connection
sock = await self._connect_sock(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 960, in _connect_sock
await self.sock_connect(sock, address)
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 500, in sock_connect
return await fut
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 535, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
ConnectionRefusedError: [Errno 111] Connect call failed ('192.168.0.12', 6638)
2022-11-03 23:09:12.873 WARNING (MainThread) [homeassistant.components.device_tracker] Setup of device_tracker platform pfsense is taking over 10 seconds.
2022-11-03 23:09:27.267 WARNING (MainThread) [homeassistant.components.ps4.media_player] PS4 could not be reached
2022-11-03 23:09:53.427 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: brother, plex, ios, pi_hole, waze_travel_time, sonarr, synology_dsm, mqtt, nzbget, transmission, version, season, coinbase, eight_sleep, nws
2022-11-03 23:10:03.982 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for tube_zb_gw_cc2652p2 @ 192.168.0.12: Error connecting to ('192.168.0.12', 6053): [Errno 111] Connect call failed ('192.168.0.12', 6053)
2022-11-03 23:10:44.994 ERROR (MainThread) [homeassistant.components.sensor] radarr_upcoming_media: Error on device update!
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 493, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 715, in async_device_update
await task
File "/config/custom_components/radarr_upcoming_media/sensor.py", line 126, in async_update
movies = [movie for movie in movies if self._get_air_date_key(movie)][
File "/config/custom_components/radarr_upcoming_media/sensor.py", line 126, in <listcomp>
movies = [movie for movie in movies if self._get_air_date_key(movie)][
File "/config/custom_components/radarr_upcoming_media/sensor.py", line 95, in _get_air_date_key
release_date = datetime.date(getattr(movie, key))
TypeError: descriptor 'date' for 'datetime.datetime' objects doesn't apply to a 'datetime.date' object
2022-11-03 23:12:19.987 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: mass
2022-11-03 23:12:23.865 WARNING (MainThread) [homeassistant.components.automation] Error evaluating condition in 'Misc: Turn Off Blanket on HA Start':
In 'condition':
In 'and' (item 1 of 2):
In 'state':
In 'state' condition: unknown entity switch.sherene_electric_blanket_plug
2022-11-03 23:12:24.008 WARNING (MainThread) [homeassistant.components.kodi.media_player] Unable to connect to Kodi via websocket
2022-11-03 23:12:28.475 WARNING (MainThread) [homeassistant.components.homekit] The bridge HASS Bridge CAQQ has entity lock.boltchecked_front_door_lock_manager. For best performance, and to prevent unexpected unavailability, create and pair a separate HomeKit instance in accessory mode for this entity
2022-11-03 23:12:28.490 ERROR (MainThread) [homeassistant.components.homekit.util] media_player.shield does not support any media_player features
2022-11-03 23:12:28.527 WARNING (MainThread) [homeassistant.components.homekit] The bridge HASS Bridge CAQQ has entity media_player.living_room_shieldtv. For best performance, and to prevent unexpected unavailability, create and pair a separate HomeKit instance in accessory mode for this entity
2022-11-03 23:12:28.560 WARNING (MainThread) [homeassistant.components.homekit] The bridge HASS Bridge CAQQ has entity lock.front_door. For best performance, and to prevent unexpected unavailability, create and pair a separate HomeKit instance in accessory mode for this entity
2022-11-03 23:12:28.564 WARNING (MainThread) [homeassistant.components.homekit] The bridge HASS Bridge CAQQ has entity lock.back_door. For best performance, and to prevent unexpected unavailability, create and pair a separate HomeKit instance in accessory mode for this entity
2022-11-03 23:12:28.569 WARNING (MainThread) [homeassistant.components.homekit] The bridge HASS Bridge CAQQ has entity lock.basement_door. For best performance, and to prevent unexpected unavailability, create and pair a separate HomeKit instance in accessory mode for this entity
2022-11-03 23:12:28.594 WARNING (MainThread) [homeassistant.components.homekit] The bridge HASS Bridge CAQQ has entity media_player.living_room_tv. For best performance, and to prevent unexpected unavailability, create and pair a separate HomeKit instance in accessory mode for this entity
2022-11-03 23:12:28.643 ERROR (MainThread) [homeassistant.components.homekit.util] media_player.plex_plex_web_chrome_osx does not support any media_player features
2022-11-03 23:12:28.649 ERROR (MainThread) [homeassistant.components.homekit.util] media_player.plex_plex_for_android_tv_chromecast does not support any media_player features
2022-11-03 23:12:28.657 ERROR (MainThread) [homeassistant.components.homekit.util] media_player.plex_plex_for_mac_a483e721bfdb_ant_amazon_com does not support any media_player features
2022-11-03 23:12:28.663 ERROR (MainThread) [homeassistant.components.homekit.util] media_player.plex_plex_cast_chromecast does not support any media_player features
2022-11-03 23:12:28.675 ERROR (MainThread) [homeassistant.components.homekit.util] media_player.plex_plex_web_chrome_osx_2 does not support any media_player features
2022-11-03 23:12:28.682 ERROR (MainThread) [homeassistant.components.homekit.util] media_player.plex_plex_for_mac_home_laptop_lan does not support any media_player features
2022-11-03 23:12:28.686 ERROR (MainThread) [homeassistant.components.homekit.util] media_player.plex_plex_cast_chromecast_2 does not support any media_player features
2022-11-03 23:12:28.706 WARNING (MainThread) [homeassistant.components.homekit] Cannot add media_player.owntone_output_bedroom_shield_2 as this would exceed the 150 device limit. Consider using the filter option
2022-11-03 23:12:28.713 WARNING (MainThread) [homeassistant.components.homekit] Cannot add media_player.owntone_output_bedroom_shield_3 as this would exceed the 150 device limit. Consider using the filter option
2022-11-03 23:12:28.716 WARNING (MainThread) [homeassistant.components.homekit] Cannot add media_player.owntone_output_kitchen_speaker as this would exceed the 150 device limit. Consider using the filter option
2022-11-03 23:12:28.721 WARNING (MainThread) [homeassistant.components.homekit] Cannot add media_player.owntone_output_bedroom_shield_4 as this would exceed the 150 device limit. Consider using the filter option
2022-11-03 23:12:28.726 WARNING (MainThread) [homeassistant.components.homekit] Cannot add media_player.owntone_output_bedroom_shield_5 as this would exceed the 150 device limit. Consider using the filter option
2022-11-03 23:12:28.734 ERROR (MainThread) [homeassistant.components.nzbget.coordinator] Timeout fetching nzbget data
2022-11-03 23:12:28.798 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:requestSync failed: 500
2022-11-03 23:12:28.888 WARNING (MainThread) [custom_components.hacs] You have 'custom-cards/upcoming-media-card' installed with HACS this repository has been removed from HACS, please consider removing it. Removal reason (Repository is archived)Editor is loading...