GithubHelp home page GithubHelp logo

homeassistant-docker's Introduction

Homeassistant docker-compose

This is a simple docker-compose file to get started with home assistant.

How to run

Prereqs:

  • docker
  • docker-compose

starting the program:

  1. Either clone or simply create copy file docker-compose.yml in an empty directory. The docker-compose will create sub folders after first run.
  2. Navigate terminal to the root directory with docker-compose.yml
  3. Run docker-compose up to test while sending logs to console.
    • Navigate to http://{ hostname or IP }:8123 in the browser.
  4. CTL+C once to gracefully shutdown once you are done testing.
  5. you should see new folders such as config/ and data/ which will be used by the container every time you start it. This includes DB files.
  6. Run permantently even after reboot with docker-compose up -d

Setting up homeassistant

Some getting-started advice:

  • Typically, the first thing to do is to add any smart devices.
    • go to configuration > Devices & Services, then Add Integration
    • once you have an integration added, associated devices will be available on the devices tab.
  • Update homepage lovelace (AKA overview) to have any devices and features.
  • The fun part : create automations!
    • go to configuration > Automations & Scenes, then Add Automation
    • create a blank automation, allows you to add triggers and events.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.