Ahh OK I don’t have that notification setup. I only have notifications set for when the alarm is triggered. Sorry I couldn’t be more help.
I will say that is super weird as the EVL is connected to your DSC panel and HA is only reading from the local API. Therefore, HA being rebooted should have no affect on the EVL losing connection or losing connection to your DSC panel.
Not a good update for me, looks in console like everything is fine, but can’t connect to it and no buttons and automations gets triggered so i guess that it is almoste dead.
uses half the memory in proxmox as it did before the update so seems like some things just won’t start
You have added a filter on the media browser so that only audio files are presented when the active player is audio only.
I must say that confused me at first because the default player that was selected was a Nest mini, so I didn’t understand why my video files didn’t show up all the sudden, but no big deal.
A wee bit more concerning is that you assume that the media_content_type of playable items is a mime-type. Is that documented somewhere?
I created a custom component for Jellyfin before an official one was pulled in, and from other media_player integration, that didn’t seem the case, so I’m afraid you might have breakage, there.
I’m pretty sure the Kodi integration doesn’t use mime types, for instance.
Can anyone privide details on how to use shorthand condition notations with chose option? I’ve tried several combitanions but keep logging error requesting value_template and template type to be specified…
After this HA update , I have the following errors in the log
Logger: homeassistant.helpers.frame
Source: helpers/frame.py:74
First occurred: February 3, 2022, 12:04:18 AM (10 occurrences)
Last logged: February 3, 2022, 12:04:21 AM
Detected code that uses str (diagnostic) for entity category. This is deprecated and will stop working in Home Assistant 2022.4, it should be updated to use EntityCategory instead. Please report this issue.
Detected code that uses str (config) for entity category. This is deprecated and will stop working in Home Assistant 2022.4, it should be updated to use EntityCategory instead. Please report this issue.
For anyone having trouble with the Energy Dashboard after the update, here seems to be the solution.
Will now also test whether it works again afterwards.
Is there a dedicated thread about moving integrations to UI?
I dislike a trend of replacing yaml-config by UI-config.
IMHO adding a UI-config should not mean a disabling of yaml-config.
The latest HA moved a Version integration to UI; with yaml I could use a “scan_interval” , now I cannot.
This is a small example of “UI has less opportunities than yaml”, there are many of them with other integrations.