Josh Willox

Results 132 comments of Josh Willox

Yeah not sure, I'll try running this on home assistant core tomorrow, you might want to try adding `patch.name: false` to your service call, that should disable the custom name...

Oh yeah it is, didn't see that before 👀, the other one is probably more correct with the cts and mts types, although the combined one works too.

This would be a Home Assistant issue not auto backup issue, auto backup uses home assistants built in backup feature, that said it's probably not a bug with HA likely...

Yeah sorry about being so slow on this, I noticed this too recently but was too wrapped up in other things to sort it out, but this seems to fix...

Home Assistant handles the deletion of backups, and can only delete backups from `/backups` afaik, or maybe if you setup an alternate or additional backup location in the UI, but...

I found that adding `shadow` to the packages option, (which adds the `chsh` command to change default shell), and adding `chsh -s /bin/zsh` to init commands successfully changes the default...

I'm not sure if there's an official way, but my suggestion would be to put it in one of the mounted folders e.g. `/config` or `/share` and add a symlink...

This addon can only access the Home Assistant folders on the file system, e.g. `/config`, `/backups`, it doesn't have direct access to the network storages you add. That said you...

Depends what protocol the remote volume is using, e.g. samba, sftp, but rclone should have a backend for it, here's the full list, https://rclone.org/overview. But I imagine your likely looking...

The temperature unit is based on what you have home assistant configured with, either metric or imperial somewhere in the settings. But this should be configurable in the integration as...