Skip to content

daxingplay/docker-homebridge-homeassistant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-homebridge-homeassistant

Unofficial Docker image for Home Assistant for Homebridge.

Configuration

As homebridge-homeassistant currently requires a .homebridge directory in the user's home directory, configuration is a little tricky. As such, the Dockerfile specifies the user as root, and exposes /root as a volume.

You'll need to create a .homebridge directory inside of whatever you map to /root.

With docker-compose:

  homebridge:
    restart: always
    image: daxingplay/homebridge-homeassistant
    net: host
    volumes:
      - ./homebridge_config:/root/.homebridge # contains config.json
      - /etc/localtime:/etc/localtime 
    ports:
      - "5353:5353"
      - "51826:51826"

See Homebridge-homeassistant for more on configuring config.json.

About

Unofficial Docker image for Home Assistant for Homebridge

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%