HazardDede / homebot

Smart home bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homebot

Python Build Status Coverage Status License: MIT

The smart bot to the rescue to automate tedious tasks around your home

Installation

poetry install --dev

Configuring

TBD

Docker

docker build -t hazard/homebot .
docker run -it --rm \
    -v `pwd`/config:/config \
    -e HASS_URI=${HASS_URI} \
    -e HASS_TOKEN=${HASS_TOKEN} \
    -e SLACK_TOKEN=${SLACK_TOKEN} \
    -e SLACK_BOT_ID=${SLACK_BOT_ID} \
    hazard/homebot

About

Smart home bot

License:MIT License


Languages

Language:HTML 57.2%Language:Python 41.1%Language:Shell 0.8%Language:Mako 0.7%Language:Dockerfile 0.2%