mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +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
|
- Cover
|
||||||
- Light
|
- Light
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
|
ha_config_flow: true
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@outadoc'
|
- '@outadoc'
|
||||||
ha_domain: smarthab
|
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
|
to control your lights and shutters with the SmartHab integration for Home
|
||||||
Assistant.
|
Assistant.
|
||||||
|
|
||||||
Once you have added a `smarthab` entry to your configuration, your supported
|
## Configuration
|
||||||
devices will automatically be discovered and made available on your dashboard.
|
|
||||||
|
|
||||||
<div class='note warning'>
|
<div class='note warning'>
|
||||||
To prevent being automatically logged out of your SmartHab mobile app, you
|
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.
|
credentials. This is also more secure, as this user should be less priviledged.
|
||||||
</div>
|
</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
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
smarthab:
|
smarthab:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user