The Best Nest / Home Assistant Integration via HomeBridge // Better than the “Official”

Code to Add HomeBridge Container via Portainer

version: '2'
services:
  homebridge:
    image: oznu/homebridge:latest
    restart: always
    network_mode: host
    environment:
      - PGID=0
      - PUID=0
      - HOMEBRIDGE_CONFIG_UI=1
      - HOMEBRIDGE_CONFIG_UI_PORT=8581
    volumes:
      - /mnt/data/supervisor/homeassistant/homebridge:/homebridge

Links and Resources

Forum Post – Setting Up HomeBridge on Home Assistant OS: https://community.home-assistant.io/t/tutorial-add-homebridge-to-hass-io-using-portainer/140423/13

Forum Post – Installing Nest Integration in HomeBridge: https://www.reddit.com/r/homeassistant/comments/mbeddg/adding_nest_to_home_assistant_via_homebridge/

GitHub Repo – Nest HomeBridge Plugin: https://github.com/chrisjshull/homebridge-nest

Main Page – HomeBridge – https://homebridge.io/

2 comments

  1. Yesterday, while I was at work, my cousin stole my iPad and tested to see if it can survive a 40 foot drop, just so she can be a youtube sensation. My apple ipad is now broken and she has 83 views. I know this is totally off topic but I had to share it with someone!

Comments are closed.