This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
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.
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
Add the following for including all the package needed
homeassistant:
packages: !include_dir_named packages
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