Skip to content

Elixir engine to power the home assistant automations

Notifications You must be signed in to change notification settings

kiskoza/home-assistant-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Assisstant Engine

I would like to move my automations from cryptic yml files to nice, testable elixir modules. Let's brew something...

Set up the project

  1. Get a running Home Assistant using docker.
  docker run \
    --name homeassistant \
    --privileged \
    --restart=unless-stopped \
    -e TZ=Europe/Budapest \
    -v $(pwd)/ha-config:/config \
    --network=host \
    ghcr.io/home-assistant/home-assistant:stable
  1. Go through the Onboarding process

Run the project in development

  1. docker start homeassistant and docker stop homeassistant to manage the homeassistant instance
  2. Start the app with mix run --no-halt

About

Elixir engine to power the home assistant automations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages