Hey everyone! I’m currently working on developing my own backup addon and I’m trying to figure out the best way to allow users to select which parts of their system they want to back up. Right now, most solutions I’ve come across require users to manually input the names of the addons they want to include, which can be a bit cumbersome and requires prior knowledge of the addon names. I came across this project (https://github.com/ikifar2012/remote-backup-addon/) which does something similar, but I’m wondering if there’s a way to automate this process and create a dropdown menu of installed addons, much like the one found in /hassio/backups. This would make the backup process much more user-friendly and accessible to those who aren’t as tech-savvy.
I also stumbled upon some code in the Hassio source that references [%key:component::hassio::services::addon_start::fields::addon::name%], but I’m not sure how to implement this in a way that dynamically generates a list of available addons. Any ideas or suggestions would be greatly appreciated!
On another note, I’ve been trying to get my Blink V4 camera to work with my 5.0 GHz modem, but it seems like it’s only compatible with 2.4 GHz networks. I’m curious if there’s a workaround or adapter that can help me use this camera with my existing setup without having to downgrade my network. I’ve heard that some devices can be configured to operate on different bands, but I’m not sure how to apply that here.
Lastly, I came across an issue with the ssl_profile option in the Home Assistant HTTP component. It seems like this option is either outdated or not supported in the current version of Home Assistant. I’m trying to enable less secure SSL cipher support for compatibility reasons, but I keep running into errors. If anyone has any tips or alternative solutions, I’d love to hear them!
Thanks in advance for your help and insights!