Franck Nijhof c464056402
Making our website faster, cleaner and prettier (#9853)
* 🔥 Removes octopress.js

* 🔥 Removes use of root_url var

* 🔥 Removes Octopress generator reference from feed

* 🔥 Removes delicious support

* 🔥 Removes support for Pinboard

* 🔥 Removes support for Disqus

* 🔥 Removes support for Google Plus

* ↩️ Migrate custom after_footer to default template

* ↩️ Migrate custom footer to default template

* ↩️ Migrate custom header to default template

* 🔥 Removes unused template files

* 🚀 Places time to read directly in post template

* 🚀 Removes unneeded capture from archive_post.html template

* 🔥 🚀 Removes unused, but heaving sorting call in component page

* 🚀 Merged javascripts into a single file

* 🔥 Removes more uses of root_url

* 🚀 Removal of unneeded captures from head

* 🔥 🚀 Removal of expensive liquid HTML compressor

* 🔥 Removes unneeded templates

* 🚀 Replaces kramdown with GitHub's CommonMark 🚀

* 💄 Adds Prism code syntax highlighting

*  Adds support for redirect in Netlify

* ↩️ 🔥 Let Netlify handle all developer doc redirects

* ✏️ Fixes typo in redirects file: Netify -> Netlify

* 🔥 Removes unused .themes folder

* 🔥 Removes unused aside.html template

* 🔥 Removes Disqus config leftover

* 🔥 Removes rouge highlighter config

* 🔥 Removes Octopress 🎉

* 💄 Adjust code block font size and adds soft wraps

* 💄 Adds styling for inline code blocks

* 💄 Improve styling of note/warning/info boxes + div support

* 🔨 Rewrites all note/warning/info boxes
2019-07-15 22:17:54 +02:00

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
Hub
Cover
Light
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 %}