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

Commit

Permalink
Mention HA needs a restart after changing the configuration.yaml and …
Browse files Browse the repository at this point in the history
…layout changes
  • Loading branch information
jwillemsen committed Mar 6, 2023
1 parent 92d3094 commit eb4a246
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ The HA Integration was cloned by Rospogrigio's work and can coexisting with the

# Installation using HACS:

Open "HACS" section then "Integrations" and click on three points menu at top right. Click on "custom repositories" and add "https://github.com/speleolontra/daikin_residential_altherma" as integration category.
this will copy the "daikin_residential_altherma" folder in the "custom_components" folder of Home Assistant.
Make sure to restart home Assistant, then go to "Using config flow" chapter.
Open `HACS` section then `Integrations` and click on three points menu at top right. Click on `custom repositories` and add `https://github.com/speleolontra/daikin_residential_altherma` as integration category.
this will copy the `daikin_residential_altherma` folder in the `custom_components` folder of Home Assistant.
Make sure to restart home Assistant, then go to `Using config flow` chapter.

# Manual Installation

Copy the "daikin_residential_altherma" folder and all of its contents into your Home Assistant's "custom_components" folder. This is often located inside of your "/config" folder. If you are running Hass.io, use SAMBA to copy the folder over. If you are running Home Assistant Supervised, the "custom_components" folder might be located at "/usr/share/hassio/homeassistant". It is possible that your "custom_components" folder does not exist. If that is the case, create the folder in the proper location, and then copy the "daikin_residential_altherma" folder and all of its contents inside the newly created "custom_components" folder. Then you have to restart Home Assistant for the component to be loaded properly.
Copy the `daikin_residential_altherma` folder and all of its contents into your Home Assistant's `custom_components` folder. This is often located inside of your `/config` folder. If you are running Hass.io, use SAMBA to copy the folder over. If you are running Home Assistant Supervised, the `custom_components` folder might be located at `/usr/share/hassio/homeassistant`. It is possible that your `custom_components` folder does not exist. If that is the case, create the folder in the proper location, and then copy the `daikin_residential_altherma` folder and all of its contents inside the newly created "custom_components" folder. Then you have to restart Home Assistant for the component to be loaded properly.

# Using config flow

Start by going to Configuration - Integration and pressing the "+ ADD INTEGRATION" button to create a new Integration, then select Daikin Residential Controller in the drop-down menu.
Start by going to Configuration - Integration and pressing the `+ ADD INTEGRATION` button to create a new Integration, then select Daikin Residential Controller in the drop-down menu.

Follow the instructions, you just have to type the email and password used in the Daikin Residential App. After pressing the "Submit" button, the integration will be added, and the Daikin devices connected to your cloud account will be created.

# YAML config files (not tested)
# YAML config files

Just add the following lines to your configuration.yaml file specifying the email and password used in the Daikin Residential App, and the Daikin devices connected to your cloud account will be created.
Just add the following lines to your `configuration.yaml` file specifying the email and password used in the Daikin Residential App, and the Daikin devices connected to your cloud account will be created. After making changes to your `configuration.yaml` file you need to restart home assistant.

```
daikin_residential_altherma:
Expand Down

0 comments on commit eb4a246

Please sign in to comment.