-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Joël van Amerongen edited this page Jun 18, 2023
·
2 revisions
Welcome to the REMKO Heatpump wiki!
-
Copy the folder
remko_heatpump
to theconfig/custom_components
folder of your Home Assistant installation. -
Add to your configuration.yaml the below line:
remko_heatpump:
# Make sure you have a line break if this is the last line in your configuration.yaml.
- Add the IP address or hostname from the interface into const.py. Example:
BASE_API_URL = "http://192.168.1.68"