GithubHelp home page GithubHelp logo

n8ohu / homeintent Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jarvyj/homeintent

0.0 0.0 0.0 6.66 MB

an offline voice assistant with tight integration with Home Assistant

Home Page: https://homeintent.io

License: Other

Shell 0.17% JavaScript 1.28% Python 79.62% CSS 0.04% HTML 0.11% Dockerfile 0.37% Svelte 18.41%

homeintent's Introduction

Home Intent

Home Intent Logo

Home Intent is an open source locally hosted intent handler. Using Rhasspy and integrating with Home Assistant it functions as an easy-to-use voice assistant for your home.

Documentation is at https://homeintent.io.

For discussions/support, go to Github Discussions.

Issues are in the issue tracker!

Installation

Home Intent can easily be installed via docker compose:

version: "3.9"

services:
  homeintent:
    image: "ghcr.io/jarvyj/homeintent:latest"
    restart: unless-stopped
    volumes:
      - "/PATH_TO_CONFIG/rhasspy:/profiles"
      - "/PATH_TO_CONFIG/config:/config"
      - "/etc/localtime:/etc/localtime:ro"
    ports:
      - "11102:11102"  # For the Home Intent UI
      - "12183:12183"  # For communicating over MQTT/satellites
      - "12101:12101"  # For the Rhasspy UI (optional)
    devices:
      - "/dev/snd:/dev/snd"

From there, you can go to the UI on port 11102 and finish setting up and get going. We have full docs on getting started with more details if needed!

Integrations

  • Home Assistant
    • Climate, cover, fan, group, humidifier, light, lock, remote, shopping list, and switch are all supported!
    • Customizable script control!
  • Timer

We have some ideas around more integrations, if you have any suggestions, feel free to throw it in the GitHub Discussions.

Ideology

Home Intent wants to avoid the problem of asking for a light to turn on and only one bulb in a fixture turns on because the fuzzy match picked the wrong thing. By integrating directly between Home Assistant and Rhasspy with easy customizations, Home Intent has better control over the entity and voice systems so voice interactions work more reliably.

Translations

Home Intent now supports translations, but we don't have any yet! If you know a little python and want to help out, feel free to read up on translating components and lend a hand!

homeintent's People

Contributors

jarvyj avatar dependabot[bot] avatar nyok92 avatar mots avatar oerkel47 avatar

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.