
* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
1.3 KiB
title, description, logo, ha_release, ha_category, ha_iot_class
title | description | logo | ha_release | ha_category | ha_iot_class | |||
---|---|---|---|---|---|---|---|---|
SmartHab | Instructions on how to integrate SmartHab devices into Home Assistant | smarthab.png | 0.94 |
|
Cloud Polling |
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.
Once you have added a smarthab
entry to your configuration, your supported
devices will automatically be discovered and made available on your dashboard.
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.
# 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 %}