golles / ha-kamstrup_403

Custom component that integrates the Kamstrup 403 heating system into Home Assistant. This component does also support a few other heating systems
MIT License
70 stars 10 forks source link

Provide concise installation commands. #26

Closed TheChatty closed 1 year ago

golles commented 1 year ago

Thank you for your contribution, but I won't take this in. The reason is that the manual installation guide is applicable to all none HACS setups, not only to HASSIO.

What I personally did is:

To update all components in external I have a bash script as follows, update_git_dependencies.sh:

#!/usr/bin/env bash

find . -type d -name .git -exec git --git-dir={} --work-tree=$PWD/{}/.. pull \;

Make the script executable chmod +x update_git_dependencies.sh and now if you run it ./update_git_dependencies.sh it will update all the cloned repos in that folder.

TheChatty commented 1 year ago

Ok, no problem.