Smartnest
  • Home
  • 1. Getting started
  • 2. Examples
  • 3. Using the App
    • How to use the web App
    • Download the mobile app
    • Setting up the web App on your mobile device
  • 4. MQTT Guide
  • 5. Alexa Integration
  • 6. Siri Integration
  • 7. Google Home Integration
  • 8. Smartthings Integration
  • #. IFTTT Integration
  • 9. Tasmota Integration
  • 10. Espurna Integration
  • 11. Homebridge Integration
  • 12. Home Assistant Integration
  • 13. Supported Devices
  • 14. Routines
  • 15. Notifications
  • 16. Business API
  • Donations, Thank you!
  • DOCUMENTACIÓN EN ESPAÑOL
Powered by GitBook
On this page

Was this helpful?

12. Home Assistant Integration

Previous11. Homebridge IntegrationNext13. Supported Devices

Last updated 5 years ago

Was this helpful?

If you would like to control your devices in Home assistant with Alexa, Google Home, Siri or IFTTT, you only need to follow these steps.

  1. Install in your Windows, Linux, Mac, or Raspberry

  2. Install the Plugin MQTT

4. Replace your username and password (Or API key) and add the configuration below to the file configuration.yaml file.

mqtt:
  broker: smartnest.cz
  port: 1883
  client_id: "homeassistant-USERNAME"
  username: "USERNAME"
  password: "API-KEY"
  discovery: true
  discovery_prefix: "homeassistant-USERNAME"

5. After this restart your Home Assistant and it will discover all the devices you have created in Smartnest. This will allow you to use the Home assistant's rich interface and still be able to control your devices from any voice assistant.

6. Done!

Home assistant