Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Setup configuration.yaml file

Seb edited this page Oct 17, 2023 · 10 revisions

This additional code will be needed in your configuration.yaml file to ensure this dashboard work.

HomeOS Theme

Add the following for including HomeOS theme, general_theme.yaml !include the light and dark theme folder

frontend:
  themes: !include themes/homeos/general_theme.yaml

HomeOS Package

Add the following for including all the package needed

homeassistant:
  packages: !include_dir_named packages

HomeOS Dashboard

Add the following to reference the main file HomeOS.yaml

lovelace:
  dashboards:
      lovelace-homeos:
        mode: yaml
        filename: homeos.yaml
        title: HomeOS
        icon: phu:homekit
        show_in_sidebar: true

Custom integration required to install via HACS