mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-25 04:16:52 +00:00
1.4 KiB
1.4 KiB
title, description, ha_release, ha_category, ha_iot_class, ha_config_flow, ha_codeowners, ha_domain
title | description | ha_release | ha_category | ha_iot_class | ha_config_flow | ha_codeowners | ha_domain | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
SmartHab | Instructions on how to integrate SmartHab devices into Home Assistant | 0.94 |
|
Cloud Polling | true |
|
smarthab |
If your home is fitted with SmartHab's 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.
Configuration
To prevent being automatically logged out of your SmartHab mobile app, you
might want to create a secondary user in the app's settings and grant it
access to your home. You can then configure the integration using this account's
credentials. This is also more secure, as this user should be less priviledged.
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:
# Example configuration.yaml entry
smarthab:
email: EMAIL_ADDRESS
password: PASSWORD
{% configuration %} email: description: The email address of your SmartHab account. required: true type: string password: description: The SmartHab account's password. required: true type: string {% endconfiguration %}