mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Document config flow for smarthab integration (#13908)
This commit is contained in:
parent
d81685a379
commit
23b61b9c69
@ -7,6 +7,7 @@ ha_category:
|
||||
- Cover
|
||||
- Light
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_config_flow: true
|
||||
ha_codeowners:
|
||||
- '@outadoc'
|
||||
ha_domain: smarthab
|
||||
@ -17,8 +18,7 @@ devices and you have access to their app-based services, you will be able
|
||||
to control your lights and shutters with the SmartHab integration for Home
|
||||
Assistant.
|
||||
|
||||
Once you have added a `smarthab` entry to your configuration, your supported
|
||||
devices will automatically be discovered and made available on your dashboard.
|
||||
## Configuration
|
||||
|
||||
<div class='note warning'>
|
||||
To prevent being automatically logged out of your SmartHab mobile app, you
|
||||
@ -27,6 +27,12 @@ devices will automatically be discovered and made available on your dashboard.
|
||||
credentials. This is also more secure, as this user should be less priviledged.
|
||||
</div>
|
||||
|
||||
To add the SmartHab integration to your installation, go to **Configuration** >>
|
||||
**Integrations** in the UI, click the button with `+` sign and from the list of
|
||||
integrations select **SmartHab**.
|
||||
|
||||
Alternatively, add the following lines to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
smarthab:
|
||||
|
Loading…
x
Reference in New Issue
Block a user