Advertisement
Krog

Untitled

Apr 2nd, 2025 (edited)
34
0
72 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.38 KB | None | 0 0
  1. 2025-04-02 23:42:32.793 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration stream_assist 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
  2. 2025-04-02 23:42:32.794 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration google_cloud_stt 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
  3. 2025-04-02 23:42:32.795 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration sonoff 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
  4. 2025-04-02 23:42:32.795 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
  5. 2025-04-02 23:42:32.795 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
  6. 2025-04-02 23:42:32.796 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration watchman 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
  7. 2025-04-02 23:42:33.833 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
  8. 2025-04-02 23:42:33.864 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=540 from 2025-04-02 21:34:24.617004)
  9. 2025-04-02 23:42:35.480 ERROR (MainThread) [homeassistant.helpers.config_validation] The stt integration does not support any configuration parameters, got [{'platform': 'google_cloud_stt', 'key_file': 'homeassistant-410909-e41cb0778417.json', 'model': 'command_and_search'}]. Please remove the configuration parameters from your configuration.
  10. 2025-04-02 23:42:36.763 WARNING (MainThread) [homeassistant.components.vlc_telnet] Failed to connect to VLC: Failed to connect: Multiple exceptions: [Errno 111] Connect call failed ('::1', 4212, 0, 0), [Errno 111] Connect call failed ('127.0.0.1', 4212). Trying again
  11. 2025-04-02 23:42:40.927 INFO (SyncWorker_8) [fritzconnection] Unable to retrieve resource 'http://192.168.178.57:49000/igddesc.xml' from the device.
  12. 2025-04-02 23:42:41.564 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'browser_mod' accessed lovelace_data['resources'] instead of lovelace_data.resources at custom_components/browser_mod/mod_view.py, line 59: resources = hass.data["lovelace"]["resources"]. This will stop working in Home Assistant 2026.2, please report it to the author of the 'browser_mod' custom integration
  13. 2025-04-02 23:42:41.841 ERROR (MainThread) [homeassistant.components.stt.legacy] Error setting up platform: google_cloud_stt
  14. Traceback (most recent call last):
  15. File "/usr/src/homeassistant/homeassistant/components/stt/legacy.py", line 82, in async_setup_platform
  16. provider = await platform.async_get_engine(
  17. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18. hass, p_config, discovery_info
  19. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  20. )
  21. ^
  22. File "/config/custom_components/google_cloud_stt/stt.py", line 190, in async_get_engine
  23. result = await hass.config_entries.flow.async_init(
  24. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  25. DOMAIN, context={"source": SOURCE_IMPORT}, data=config
  26. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  27. )
  28. ^
  29. File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1455, in async_init
  30. flow, result = await self._async_init(flow_id, handler, context, data)
  31. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  32. File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1490, in _async_init
  33. result = await self._async_handle_step(flow, flow.init_step, data)
  34. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  35. File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 490, in _async_handle_step
  36. result: _FlowResultT = await getattr(flow, method)(user_input)
  37. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  38. File "/config/custom_components/google_cloud_stt/config_flow.py", line 91, in async_step_import
  39. service_account_info = await self.hass.async_add_executor_job(
  40. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  41. self._parse_uploaded_file, import_data["key_file"]
  42. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  43. )
  44. ^
  45. File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run
  46. result = self.fn(*self.args, **self.kwargs)
  47. File "/config/custom_components/google_cloud_stt/config_flow.py", line 55, in _parse_uploaded_file
  48. with process_uploaded_file(self.hass, uploaded_file_id) as file_path:
  49. ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  50. File "/usr/local/lib/python3.13/contextlib.py", line 141, in __enter__
  51. return next(self.gen)
  52. File "/usr/src/homeassistant/homeassistant/components/file_upload/__init__.py", line 44, in process_uploaded_file
  53. raise ValueError("File does not exist")
  54. ValueError: File does not exist
  55. 2025-04-02 23:42:44.617 WARNING (MainThread) [homeassistant.components.min_max.sensor] Unable to store state. Only numerical states are supported
  56. 2025-04-02 23:42:44.617 WARNING (MainThread) [homeassistant.components.min_max.sensor] Unable to store state. Only numerical states are supported
  57. 2025-04-02 23:42:44.617 WARNING (MainThread) [homeassistant.components.min_max.sensor] Unable to store state. Only numerical states are supported
  58. 2025-04-02 23:42:44.617 WARNING (MainThread) [homeassistant.components.min_max.sensor] Unable to store state. Only numerical states are supported
  59. 2025-04-02 23:42:45.640 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Casa' for smartthings integration could not authenticate: Token not valid, trigger renewal
  60. 2025-04-02 23:42:57.356 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities switch.presa_rain_presa_1 are missing or not currently available
  61. 2025-04-02 23:43:32.636 WARNING (Thread-8) [pychromecast.socket_client] [Chromecast(192.168.178.31):8009] Error writing to socket: [Errno 32] Broken pipe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement