2021.6: A little bit of everything

Append a version number to the resource and anytime you update the file you bump the version so the frontend knows to grab a fresh copy. The entire frontend is meant to cache aggressively like that.

@tube0013

They think the source of the issue has been found. Do either of you have the Garmin integration? And do you get cloud back when it is disabled and HA is restarted?

How do I activate Hue push updates?

There is no setting in the integration, and it doesn’t seem to be applied automatically, because I still notice delays of around two seconds when pushing a Hue Smart Button.

I had pulled down a dev version after Garmin broke in 2021.5, removing that and going back to the release version seems to have fixed it for the most part. I swear I’ve seen it a few times but don’t see it since updating to 2021.6.1 this morning.

Great job on the time format!

Next: let’s agree that weeks begin on Monday and not on Sunday as is the case in the Logbook date picker :wink:

4 Likes

I have a problem with Samsung TV 6102 55 inches.

It’s working on my old snapshot Core 2021.5.5 but after update to last one TV is unavailable.

my configuration.yaml have this

wake_on_lan:

samsungtv:
  - host: 192.168.1.5
    turn_on_action:
      - service: wake_on_lan.send_magic_packet
        data:
          mac: <<hide>>

no need, the HUE integration does it all now. Should be immediate. Not having a HUE smart button though, I can not test. Not sure if this exact device was added to the new style events yet. Frenck might be able to tell you, and you can check here Unhandled Hue events ¡ Issue #49 ¡ home-assistant-libs/aiohue ¡ GitHub maybe

I can confirm it was adequately immediate when I tried it.

FWIW, if you create a Device Automation for a Hue Dimmer Switch, it offers the following possible triggers:

Screenshot from 2021-06-04 17-54-59

I created a simple automation triggered by:
"turn_on" remote_button_long_release
that created a persistent_notification. The notification was received barely a second after releasing the “ON” button; it felt sufficiently quick.

alias: Experiment button
description: ''
trigger:
  - device_id: 379fe5efe4944e7894fd7a796612ae93
    domain: hue
    platform: device
    type: remote_button_long_release
    subtype: turn_on
condition: []
action:
  - service: notify.persistent_notification
    data:
      message: on button long press
mode: single

You may have to add network: to your configuration.yaml if you’re not using default_config:.

1 Like

I went from the last 2021.5.x to 2021.6.0

I had a LOT conflicts between Tuya and tuya_custom integration.

I had to replace all of my entities put them into the locations I had the original tuya_custom entities in , then I had issues with the Lovelace dashboards which referenced the originals. I have a lot of Lovelace dashboards and automations - so I didn’t want to have to go and edit ALL of those.

I ended up going through each of the tuya_custom entities and then renaming ( removing the switch_code and then rename the switch_code_2 entries ) … After which I think I should have DELETED the tuya_custom integration and the Tuya integration and then re-enrolled the new Tuya integration, as this might have been far quicker (I have a LOT of switches).

End result of a few hours re-config it’s all back working using the new ‘Tuya’ integration.

It’s all good … Keep up the great work !

Seems to be running fine with V1.2.17

BOM Radar Card

running through hacs

your

is kicking along as well

There are literally thousands of third party add-ons and custom components. What solution do you have that would allow the dev team to test each one of these?

There is no centralized database that lists them all, and even if there was, would you expect the devs have a dedicated HA machine that has every single known custom integration or add-on installed and then spend the time to test if they break or not?

This would involve people checking the logs though :wink:
It becomes more and more apparent with a release like this that users only look in the logs when they have something break, or better yet, still don’t look in the logs and just post on the forums/FB/Reddit that “the HA update broke my machine”.

3 Likes

Thanks Peter…seems I lost an r vis automangle (thank iOS) I meant radarr.

After installing 2021.6.2 I am getting this:


2021-06-05 01:34:21 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 422, in _handle_request
    resp = await self._request_handler(request)
  File "/usr/local/lib/python3.8/site-packages/aiohttp/web_app.py", line 499, in _handle
    resp = await handler(request)
  File "/usr/local/lib/python3.8/site-packages/aiohttp/web_middlewares.py", line 119, in impl
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 60, in security_filter_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 202, in forwarded_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 24, in request_context_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 78, in ban_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 144, in auth_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 135, in handle
    result = await result
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/http.py", line 45, in get
    return await WebSocketHandler(request.app["hass"], request).async_handle()
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/http.py", line 238, in async_handle
    await self._writer_task
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/http.py", line 81, in _writer
    await self.wsock.send_str(message)
  File "/usr/local/lib/python3.8/site-packages/aiohttp/web_ws.py", line 300, in send_str
    await self._writer.send(data, binary=False, compress=compress)
  File "/usr/local/lib/python3.8/site-packages/aiohttp/http_websocket.py", line 687, in send
    await self._send_frame(message, WSMsgType.TEXT, compress)
  File "/usr/local/lib/python3.8/site-packages/aiohttp/http_websocket.py", line 656, in _send_frame
    await self.protocol._drain_helper()
  File "/usr/local/lib/python3.8/site-packages/aiohttp/base_protocol.py", line 87, in _drain_helper
    await waiter
  File "/usr/local/lib/python3.8/asyncio/selector_events.py", line 935, in _write_ready
    n = self._sock.send(self._buffer)
BrokenPipeError: [Errno 32] Broken pipe
2021-06-05 01:35:16 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/aiohttp/http_websocket.py", line 673, in ping
    await self._send_frame(message, WSMsgType.PING)
  File "/usr/local/lib/python3.8/site-packages/aiohttp/http_websocket.py", line 650, in _send_frame
    self._write(header + message)
  File "/usr/local/lib/python3.8/site-packages/aiohttp/http_websocket.py", line 660, in _write
    raise ConnectionResetError("Cannot write to closing transport")
ConnectionResetError: Cannot write to closing transport

I also checked on my iPad using Haas app and is also working. Did not check with chrome browser on ipad

The BOM Radar and My BOM Weather card are working fine on everything - I am talking about the Radarr integration that isn’t working because they have now removed the old API for it. I made a custom_component using the new API and also edited and made a PR for Maykar’s upcoming media card…

1 Like

The spanish we need the update of PVPC component, it is not working from the 1 of june.

Have you logged a github issue for it, probably a good idea to.

The issue was resolved the the day 1, but the patch it is not included yet in the releases.

if its the official one the only pr recently was merged 4 days ago.

Pull requests ¡ home-assistant/core (github.com)

are you using a custom one maybe?