Mario Guggenberger
Mario Guggenberger
I’ve been experiencing unreliable audio with my indoor station and took a closer look at TCS documentation to understand how the audio system works. While I haven’t solved my issue...
Unfortunately, no. Instead, I applied a rather permanent workaround and migrated to https://github.com/PaloAltoNetworks/docusaurus-openapi-docs.
Executing an additional script would be quite simple. However, this needs an investigation into whether it’s possible to intercept _and prevent_ the default `turn_on` service call, so only the script...
Hi, this is actually by design. If the EDL is saved in a parent directory of the media files, the paths are stored relatively so that the project can be...
Please provide a detailed description of the problematic behavior and exact steps how to reproduce it, otherwise I can't help you.
I can confirm, it's constantly fluctuating and started with the upgrade to 2023.5.0. There's nothing conspicuous in the logs.
This issue was introduced by a dependency update of [openwrt-luci-rpc](https://github.com/fbradyirl/openwrt-luci-rpc) in https://github.com/home-assistant/core/pull/91358, containing fix https://github.com/fbradyirl/openwrt-luci-rpc/pull/53 for issue https://github.com/fbradyirl/openwrt-luci-rpc/issues/37. I documented more details in https://github.com/fbradyirl/openwrt-luci-rpc/issues/37#issuecomment-1537424114.
As a temporary workaround, I duplicated the luci integration to the `custom_integrations` folder and updated the `manifest.json` by adding `"version": "1.0.0"` (mandatory field for custom integrations) and downgrading the required...
Yes, I also copied it from this repo. I also renamed the folder, the `domain` in `manifest.json` and the `device_tracker`/`platform` name in `configuration.yaml` from `luci` to `luci_legacy`. Wasn't sure if...
You need to restart twice. The first time for HA to recognize the custom component, the second time to apply the config change. That's the same for all custom integrations....