2024.1: Happy automating!

Thanks I used another browser and was ok. :+1:

1 Like

Thank you.

That’s a custom integration, you should reach out to the developer.

SwitchBot Integration is broken. At least for my Curtains 3. I had to rollback.

2 Likes

The is a broken link in web page 2024.1: Happy automating! - Home Assistant
https://www.home-assistant.io/blog/2024/01/03/release-20241/integrations/valve.mqtt should be MQTT Valve - Home Assistant

It imported the device tracker configuration. It’s now advised to remove the YAML, because with the setup the divce tracker, if used, is obtained in the same way Tado devices do.
By default the device tracker is obtained, and only activated if this is done so in the Tado app. No need for extra configuration in the UI.

See my reaction here: 2024.1: Happy automating! - #191 by EDouna

1 Like

Has 2024.1 Broken the Telegram integration for anyone?

Perhaps starts with the webhooks failure?

2024-01-04 17:44:00.459 ERROR (MainThread) [homeassistant.components.telegram_bot] Error setting up platform webhooks
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/telegram_bot/__init__.py", line 357, in async_setup
    receiver_service = await platform.async_setup_platform(hass, bot, p_config)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/telegram_bot/webhooks.py", line 33, in async_setup_platform
    pushbot = PushBot(hass, bot, config, secret_token)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/telegram_bot/webhooks.py", line 69, in __init__
    self.base_url = config.get(CONF_URL) or get_url(
                                            ^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/network.py", line 167, in get_url
    request_host = _get_request_host()
                   ^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/network.py", line 206, in _get_request_host
    raise NoURLAvailableError
homeassistant.helpers.network.NoURLAvailableError
2024-01-04 17:44:00.462 ERROR (MainThread) [homeassistant.setup] Setup failed for 'telegram_bot': Integration failed to initialize.
2024-01-04 17:44:03.694 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'telegram'. Setup failed for dependencies: telegram_bot
2024-01-04 17:44:03.694 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform 'telegram.notify': (DependencyError(...), 'Could not setup dependencies: telegram_bot')
2024-01-04 17:44:03.694 ERROR (MainThread) [homeassistant.components.notify] Unknown notification service specified
2024-01-04 17:44:03.694 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'telegram'. Setup failed for dependencies: telegram_bot
2024-01-04 17:44:03.695 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform 'telegram.notify': (DependencyError(...), 'Could not setup dependencies: telegram_bot')
2024-01-04 17:44:03.695 ERROR (MainThread) [homeassistant.components.notify] Unknown notification service specified

Hello
Hope you all are doing well :slight_smile:
Now, shopping list items will open in a pop-up window, which makes it hard to interact with the mobile app.
I wish to have the same ability to edit a shopping list directly.
Please add an option to the settings of the shopping list, whether the user wants to open it in a pop-up window or if the item can be edited directly in the dashboard.
Many thanks for considering my request.

1 Like

Thanks it works great

Same issue here

Good morning together, since I updated to Core 2024.1.0 my Buderus/Bosch KM200 does no longer work correctly. I updated two different HAs and both have exactly the same error. Entity water heater dhw1 is no longer available and as a result, temperature and other features of hot water are no longer available. Is there any solution known ?

My Shelly Plus Smoke devices need attention, too. I already updated them to new 1.1.0 but it didn’t help in the long term. After every restart, devices need attention again.

Thank you :slight_smile:

A temporary fix is soon to be released, so it will work again:

This should provide a long term solution:

Great update for automations

I noticed that devices that doesn’t have any actions could be filtered out like the sun

Same problem here - the Orvibo integration is broken. I’ve logged a bug (I think)

My System Monitor doesn’t work anymore, tried everything. Had it in the config after i deleted the lines I had the System Montor integration popping up but with no entities. I tried to readd the lines, delete the integration and the “unavailable” entities, deleted both and tried to set up from the bottom. Nothing. Config does not work anymore neither the new UI. All I got is the form in the screenshot.

I dont need processes, I need temperature, disk space and network thruput.

yaml before the update:

sensor:
  - platform: systemmonitor
    resources:
      - type: disk_use_percent
        arg: /config
      - type: memory_free
      - type: network_in
        arg: enp1s0
      - type: network_out
        arg: enp1s0
      - type: throughput_network_in
        arg: enp1s0
      - type: throughput_network_out
        arg: enp1s0        
      - type: processor_temperature

Edit/Solution: For whatever reason the systemmontor had a problem with my mounted NAS. Access worked fine, so no wrong pw or something like that. I deleted the media connection and it worked, although the backup connection still works with the same login…

1 Like

@Nerdix in my case, the HACS Integration

 Unexpected exception importing component custom_components.homematicip_local 
[...]
TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases

im in the same boat.
love some more pointers

As far as I can see in the repo this issue was already reported and fixed in the beta.
Check the updates in HACS, or if it does not show an update re-download the component in the top right menu in HACS

1 Like

well - my notification automation did miss 1.52. Thanks for the hint!