I’m having a new issue with google calendar not loading
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 281, in _async_setup_platform
await asyncio.shield(task)
File "/usr/src/homeassistant/homeassistant/components/google/calendar.py", line 132, in async_setup_entry
calendars = await hass.async_add_executor_job(
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/google/__init__.py", line 313, in load_config
for calendar in data:
TypeError: 'NoneType' object is not iterable
Anyone else have issues with Switchbot curtains after this update? I have two curtains setup to work together for a center split curtain. Previously opening the curtain would make both sides open together as they should, but after the update controlling from Home Assistant only controls one of the curtains.
Really? That would be great news. The last time I checked the system was in a healthy state when I ran into this issue. But just now it isn’t. It would be so nice that this is the problem right now. Thanks for pointing it out.
System is healthy again but I saw you’re on supervisor 2022.10.0 while i’m still on 2022.9.1 and I didn’t get a message to update yet.
But the issue with AppDaemon still exists.
Yes I am. But I saw you are running an older version of Docker. I’m on 20.10.18. Might that be the difference. Ans did you check the log of AppDaemon. Mine also looks like it’s running.
Never looked at the appdeamon logs, just the logs provided by the addon. I dropped appdeamon a bit ago, I was just looking at the install. I’d have to check when I get home to see what the AD logs had.
Hi, is there more documentation for the new Subviews feature than the 1 sentence in the release notes? It mentions “…for example, a navigation action on a button”, but I’m too stupid to figure out how to do that so I was looking for the documentation page like all the other features have which usually have a working example I can adapt, but found nothing.
There are a few Lovelace cards that let you specify “Tap actions” that are triggered when you click/tap on them. The Button card is the most common one. Here is a screenshot of the config for a button that will take you to a subview:
Thank you, that’s exactly what I needed to see I understand now, I have many places where I use tap_action: already I just didn’t make the association it is that from the description in release notes.