mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-02 23:16:51 +00:00
32 lines
936 B
Markdown
32 lines
936 B
Markdown
---
|
|
title: SmartHab
|
|
description: Instructions on how to integrate SmartHab devices into Home Assistant
|
|
ha_release: 0.94
|
|
ha_category:
|
|
- Hub
|
|
- Cover
|
|
- Light
|
|
ha_iot_class: Cloud Polling
|
|
ha_config_flow: true
|
|
ha_codeowners:
|
|
- '@outadoc'
|
|
ha_domain: smarthab
|
|
ha_platforms:
|
|
- cover
|
|
- light
|
|
---
|
|
|
|
If your home is fitted with [SmartHab](https://smarthab.fr/index.php/home-en)'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.
|
|
|
|
{% include integrations/config_flow.md %}
|
|
|
|
<div class='note warning'>
|
|
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 privileged.
|
|
</div>
|