Skip to content

Commit

Permalink
Readme minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
ollo69 committed Sep 20, 2020
1 parent f50aed9 commit f0359c1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ If during configuration you receive the message "No SmartThinQ devices found", p
- logout from the app and login again with the independent LG account
- reconnect the devices in the app

**Important 2**: If you receive an "Invalid Credential" error during component configuration/startup, check in the LG mobile app if is requested to accept new Term Of Service.

**Note**: some device status may not be correctly detected, this depends on the model. I'm working to map all possible status developing the component in a way to allow to configure model option in the simplest possible way and provide update using Pull Requests. I will provide a guide on how update this information.<br/>

## Installation
Expand All @@ -42,22 +44,20 @@ Prerequisite: SSH into your server. [Home Assistant Add-on: SSH server](https://
4. (Optional) Delete the git repo.
`rm -R ha-smartthinq-sensors/`

After a correct installation, your configuration directory should look like the following.
```
└── ...
└── configuration.yaml
└── secrects.yaml
└── custom_components
└── smartthinq_sensors
└── __init__.py
└── config_flow.py
└── const.py
└── ...
```
After a correct installation, your configuration directory should look like the following.
```
└── ...
└── configuration.yaml
└── secrects.yaml
└── custom_components
└── smartthinq_sensors
└── __init__.py
└── config_flow.py
└── const.py
└── ...
```

**Note**: if the custom_components directory does not exist, you need to create it.

3. Reboot HomeAssistant
5. Reboot HomeAssistant

## Component configuration
Once the component has been installed, you need to configure it in order to make it work.
Expand Down
2 changes: 2 additions & 0 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ If during configuration you receive the message "No SmartThinQ devices found", p
- logout from the app and login again with the independent LG account
- reconnect the devices in the app

**Important 2**: If you receive an "Invalid Credential" error during component configuration/startup, check in the LG mobile app if is requested to accept new Term Of Service.

**Note**: some device status may not be correctly detected, this depend on Washer model. I'm working to map all possible status developing the component in a way to allow to configure model option in the simplest possible way and provide update using Pull Requests. I will provide a guide on how update this information.<br/>

## Component configuration
Expand Down

0 comments on commit f0359c1

Please sign in to comment.