Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ There is support for multiple locations/logins. Use can choose _which_ location
## Installation instructions

You must be running HA v0.84.0 or later (it has an updated `evohomeclient`). Make the following changes to your existing installation of HA:
1. Download this git into the `custom_components` folder (which is under the folder containing `configuration.yaml`) by executing something like: `git clone https://github.com/zxdavb/evohome.git custom_components`
1. Download this git into the `custom_components` folder (which is under the folder containing `configuration.yaml`) by executing something like: `git clone https://github.com/matwho/evohome.git evohome_cc`
2. Edit `configuration.yaml` as below. I recommend 300 seconds, and `high_precision: true` (both are defaults). YMMV with heuristics/schedules.
3. If/when required, update the git by executing something like: `git pull`

Expand Down