Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.34 KB

homebridge.md

File metadata and controls

30 lines (24 loc) · 1.34 KB

Description

This script will install and configure Homebridge to be used with Home Assistant. This will allow you to control your home with Apple's HomeKit (Siri on iOS, OSX and AppleTV). By default all devices are hidden, and you will need to add som entries in your customize.yaml configuration. You can learn more about this in the Home Assistant for Homebridge repo.

NB!: This install script will fail resulting in your Pi to reboot, if you do not use an recommended level power supply.

This suite can't be installed on Raspberry Pi Zero

Installation

$ sudo hassbian-config install homebridge

Upgrade

No script available, maybe you could write one?
If so, add an PR here when you are done:
homeassistant/hassbian-scripts

Additional info

Running as: homebridge
Configuration dir: /home/homebridge/.homebridge/
Start service: sudo systemctl start homebridge.service
Stop service: sudo systemctl stop homebridge.service
Restart service: sudo systemctl restart homebridge.service - You have to do this when changing configuration.
Service status: sudo systemctl status homebridge.service


This script was originally contributed by @Ludeeus.