Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
ℹ️ Git submodule information
Browse files Browse the repository at this point in the history
  • Loading branch information
royduin committed Apr 26, 2019
1 parent d8c0c9f commit d3baf1e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ climate:
password: intergas
```

## GIT Submodule
If your configuration is in GIT it's possible to add this component as submodule with:
```
git submodule add [email protected]:royduin/home-assistant-incomfort.git custom_components/InComfort/
```
And update with:
```
git submodule foreach git pull origin master
```

## Add sensor(s) for the UI
Sample:
```
Expand Down

0 comments on commit d3baf1e

Please sign in to comment.