New automatom save with problems

When I do new automatom and klik save I gry feedback error

Rule configuration failed

We can’t read what it says and we cannot copy the text from a picture to use a translation service. If you post the yaml and/or explain wht the error says, we might be able to help.

Loads default set of integrations. Do not remove.

default_config:

Load frontend themes from the themes folder

frontend:
themes: !include_dir_merge_named themes

http:
use_x_forwarded_for: true
trusted_proxies:
- MY PROXY

Text to speech

tts:

  • platform: google_translate

#Wake on lan
wake_on_lan:

#LG Remote
webostv:
host: TV IP #insert your IP Address here
name: Telewizor
turn_on_action:
service: wake_on_lan.send_magic_packet
data:
mac: MAC

In log files i found something like this:

Rejestrator: homeassistant.core
Źródło: core.py:554
Pierwsze zdarzenie: 14:09:10 (1 zdarzenia)
Ostatnio zalogowany: 14:09:10

Something is blocking Home Assistant from wrapping up the start up phase. We’re going to continue anyway. Please report the following info at https://github.com/home-assistant/core/issues: logger, homeassistant, diagnostics, media_source, tuya.camera, esphome.update, lock, system_health, hassio.binary_sensor, tuya, blitzortung.sensor, mqtt.sensor, matter.lock, matter, hassio.update, search, upnp.binary_sensor, esphome.binary_sensor, person, assist_pipeline, systemmonitor.sensor, image_upload, esphome.select, dlna_dmr.media_player, mqtt.select, hacs.switch, mqtt.button, switch, hacs, heos.media_player, systemmonitor, co2signal, sun.sensor, dlna_dmr, wake_word, tuya.alarm_control_panel, mqtt.update, binary_sensor, esphome.event, xbox.remote, button, group.light, http, counter, androidtv_remote.remote, androidtv_remote.media_player, cloud, webostv.notify, androidtv.media_player, mqtt.binary_sensor, mobile_app.notify, bluetooth, blitzortung, tuya.binary_sensor, tuya.scene, siren, websocket_api, energy.sensor, androidtv_remote, input_button, api, assist_satellite, my, cast, group, input_boolean, androidtv.remote, zeroconf, wake_on_lan.button, tuya.climate, recorder, usb, climate, webostv, forecast_solar.sensor, config, webhook, system_log, application_credentials, tts, matter.binary_sensor, upnp.sensor, fan, automation, script, alarm_control_panel, ffmpeg, logbook, matter.select, mobile_app.sensor, remote, matter.switch, esphome.switch, xbox.media_player, update, cloud.binary_sensor, matter.cover, history, schedule, cover, notify, stream, hassio, tuya.sensor, auth, scene, analytics, input_datetime, intent, lovelace, conversation, matter.vacuum, matter.sensor, tuya.switch, hacs.update, file_upload, light, onboarding, geo_location, device_automation, matter.number, forecast_solar, xbox, sensor, matter.event, tuya.light, device_tracker, repairs, tuya.cover, mobile_app.binary_sensor, matter.button, backup, camera, matter.update, tuya.vacuum, esphome.light, select, input_text, esphome, tag, zone, blueprint, valve, mobile_app.device_tracker, default_config, energy, tuya.siren, esphome.media_player, music_assistant, cloud.tts, tuya.number, google_assistant, tuya.button, trace, matter.climate, matter.valve, media_player, cloud.stt, hassio.sensor, hardware, event, mqtt.switch, stt, vacuum, go2rtc, xbox.binary_sensor, frontend, mqtt.light, cast.media_player, matter.fan, persistent_notification, wake_on_lan, dhcp, xbox.sensor, upnp, blitzortung.geo_location, homeassistant.scene, number, heos, ssdp, network, androidtv, tuya.humidifier, timer, input_select, systemmonitor.binary_sensor, mobile_app, matter.light, sun, input_number, esphome.assist_satellite, mqtt, homeassistant_alerts, co2signal.sensor, music_assistant.media_player, humidifier, tuya.select, webostv.media_player, google_translate.tts, tuya.fan The system is waiting for tasks: {<Task pending name=‘Task-414’ coro=<AbstractConfig.async_initialize..sync_google() running at /usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py:114> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()]> cb=[set.remove()]>}

I gave up and went back to the latest version 2024.12.5 Evrything works Perfect and back to normal. Thank you all for help :slight_smile: I will wheit for not so advanced version 2025.

Hello.

I have the same problem, but with the new scripts too. This is happenig after updating from v2024.12.5 to v2025.1.1. Before that, everything was good.

I checked the configuration in developers tools, and it is ok. I rebooted the system, but that didn’t help.

I am using HA on Virtual Box. I don’t have customs integrations. That update broke something in my system and is causing the problem.

This is what I found in the log:

2025-01-07 16:26:56.436 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
2025-01-07 16:27:01.340 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_verify_locations with args (<ssl.SSLContext object at 0x7fb51fd5ee70>,) inside the event loop by integration 'triggercmd' at homeassistant/components/triggercmd/__init__.py, line 23: hub = ha.Hub(entry.data[CONF_TOKEN]) (offender: /usr/local/lib/python3.13/site-packages/httpx/_config.py, line 149: context.load_verify_locations(cafile=cafile)), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+triggercmd%22
For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#load_verify_locations
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/src/homeassistant/homeassistant/__main__.py", line 227, in <module>
    sys.exit(main())
  File "/usr/src/homeassistant/homeassistant/__main__.py", line 213, in main
    exit_code = runner.run(runtime_conf)
  File "/usr/src/homeassistant/homeassistant/runner.py", line 154, in run
    return loop.run_until_complete(setup_and_run_hass(runtime_config))
  File "/usr/local/lib/python3.13/asyncio/base_events.py", line 707, in run_until_complete
    self.run_forever()
  File "/usr/local/lib/python3.13/asyncio/base_events.py", line 678, in run_forever
    self._run_once()
  File "/usr/local/lib/python3.13/asyncio/base_events.py", line 2033, in _run_once
    handle._run()
  File "/usr/local/lib/python3.13/asyncio/events.py", line 89, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/src/homeassistant/homeassistant/setup.py", line 165, in async_setup_component
    result = await _async_setup_component(hass, domain, config)
  File "/usr/src/homeassistant/homeassistant/setup.py", line 461, in _async_setup_component
    await asyncio.gather(
  File "/usr/src/homeassistant/homeassistant/setup.py", line 463, in <genexpr>
    create_eager_task(
  File "/usr/src/homeassistant/homeassistant/util/async_.py", line 45, in create_eager_task
    return Task(coro, loop=loop, name=name, eager_start=True)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 788, in async_setup_locked
    await self.async_setup(hass, integration=integration)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 551, in async_setup
    await self.__async_setup_with_context(hass, integration)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
    result = await component.async_setup_entry(hass, self)
  File "/usr/src/homeassistant/homeassistant/components/triggercmd/__init__.py", line 23, in async_setup_entry
    hub = ha.Hub(entry.data[CONF_TOKEN])

2025-01-07 16:27:08.857 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_verify_locations with args (<ssl.SSLContext object at 0x7fb513578200>,) inside the event loop by integration 'xbox' at homeassistant/components/xbox/api.py, line 17: super().__init__(SignedSession(), "", "", "") (offender: /usr/local/lib/python3.13/site-packages/httpx/_config.py, line 149: context.load_verify_locations(cafile=cafile)), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+xbox%22
For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#load_verify_locations
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/src/homeassistant/homeassistant/__main__.py", line 227, in <module>
    sys.exit(main())
  File "/usr/src/homeassistant/homeassistant/__main__.py", line 213, in main
    exit_code = runner.run(runtime_conf)
  File "/usr/src/homeassistant/homeassistant/runner.py", line 154, in run
    return loop.run_until_complete(setup_and_run_hass(runtime_config))
  File "/usr/local/lib/python3.13/asyncio/base_events.py", line 707, in run_until_complete
    self.run_forever()
  File "/usr/local/lib/python3.13/asyncio/base_events.py", line 678, in run_forever
    self._run_once()
  File "/usr/local/lib/python3.13/asyncio/base_events.py", line 2033, in _run_once
    handle._run()
  File "/usr/local/lib/python3.13/asyncio/events.py", line 89, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 788, in async_setup_locked
    await self.async_setup(hass, integration=integration)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 551, in async_setup
    await self.__async_setup_with_context(hass, integration)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
    result = await component.async_setup_entry(hass, self)
  File "/usr/src/homeassistant/homeassistant/components/xbox/__init__.py", line 39, in async_setup_entry
    auth = api.AsyncConfigEntryAuth(session)
  File "/usr/src/homeassistant/homeassistant/components/xbox/api.py", line 17, in __init__
    super().__init__(SignedSession(), "", "", "")

2025-01-07 16:27:10.060 WARNING (MainThread) [homeassistant.components.songpal.media_player] [Barra de Sonido(http://192.168.68.170:10000/sony)] Unable to connect
2025-01-07 16:27:10.061 WARNING (MainThread) [homeassistant.components.songpal.media_player] [Teatro(http://192.168.68.158:10000/sony)] Unable to connect
2025-01-07 16:27:10.063 WARNING (MainThread) [homeassistant.components.media_player] Platform songpal not ready yet: Unable to do POST request: Cannot connect to host 192.168.68.170:10000 ssl:default [Connect call failed ('192.168.68.170', 10000)]: None; Retrying in background in 30 seconds
2025-01-07 16:27:10.063 WARNING (MainThread) [homeassistant.components.media_player] Platform songpal not ready yet: Unable to do POST request: Cannot connect to host 192.168.68.158:10000 ssl:default [Connect call failed ('192.168.68.158', 10000)]: None; Retrying in background in 30 seconds
2025-01-07 16:27:11.822 WARNING (MainThread) [homeassistant.components.songpal.media_player] [Barra de Sonido(http://192.168.68.108:10000/sony)] Unable to connect
2025-01-07 16:27:11.823 WARNING (MainThread) [homeassistant.components.media_player] Platform songpal not ready yet: Unable to do POST request: Cannot connect to host 192.168.68.108:10000 ssl:default [Connect call failed ('192.168.68.108', 10000)]: None; Retrying in background in 30 seconds
2025-01-07 16:27:32.718 WARNING (MainThread) [homeassistant.components.songpal.media_player] [Barra de Sonido(http://192.168.68.108:10000/sony)] Unable to connect
2025-01-07 16:27:35.599 WARNING (MainThread) [homeassistant.components.songpal.media_player] [Teatro(http://192.168.68.158:10000/sony)] Unable to connect
2025-01-07 16:27:35.610 WARNING (MainThread) [homeassistant.components.songpal.media_player] [Barra de Sonido(http://192.168.68.170:10000/sony)] Unable to connect
2025-01-07 16:27:35.770 ERROR (MainThread) [homeassistant.components.cert_expiry.coordinator] Unexpected error fetching carlosing222.synology.me:5001 data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 379, in _async_refresh
    self.data = await self._async_update_data()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/cert_expiry/coordinator.py", line 42, in _async_update_data
    timestamp = await get_cert_expiry_timestamp(self.hass, self.host, self.port)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/cert_expiry/helper.py", line 50, in get_cert_expiry_timestamp
    cert = await async_get_cert(hass, hostname, port)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/cert_expiry/helper.py", line 29, in async_get_cert
    transport, _ = await hass.loop.create_connection(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<6 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1161, in create_connection
    raise exceptions[0]
  File "/usr/local/lib/python3.13/asyncio/staggered.py", line 104, in run_one_coro
    result = await coro_fn()
             ^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1039, in _connect_sock
    await self.sock_connect(sock, address)
  File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 641, in sock_connect
    return await fut
           ^^^^^^^^^
  File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 681, in _sock_connect_cb
    raise OSError(err, f'Connect call failed {address}')
OSError: [Errno 113] Connect call failed ('177.255.245.32', 5001)
2025-01-07 16:27:53.695 ERROR (MainThread) [homeassistant.components.cert_expiry.coordinator] Unexpected error fetching carlosing222.synology.me:5001 data
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 379, in _async_refresh
    self.data = await self._async_update_data()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/cert_expiry/coordinator.py", line 42, in _async_update_data
    timestamp = await get_cert_expiry_timestamp(self.hass, self.host, self.port)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/cert_expiry/helper.py", line 50, in get_cert_expiry_timestamp
    cert = await async_get_cert(hass, hostname, port)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/cert_expiry/helper.py", line 29, in async_get_cert
    transport, _ = await hass.loop.create_connection(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<6 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1161, in create_connection
    raise exceptions[0]
  File "/usr/local/lib/python3.13/asyncio/staggered.py", line 104, in run_one_coro
    result = await coro_fn()
             ^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1039, in _connect_sock
    await self.sock_connect(sock, address)
  File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 641, in sock_connect
    return await fut
           ^^^^^^^^^
  File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 681, in _sock_connect_cb
    raise OSError(err, f'Connect call failed {address}')
OSError: [Errno 113] Connect call failed ('177.255.245.32', 5001)
2025-01-07 16:28:32.963 WARNING (MainThread) [homeassistant.components.songpal.media_player] [Barra de Sonido(http://192.168.68.108:10000/sony)] Unable to connect

Maybe some of you could help me because I don’t know what’s happenig.

1 Like