A collection of example custom components for Home Assistant
Go to file
dependabot[bot] 6e3af5a0f2
Bump actions/checkout from 4.1.4 to 4.1.5 (#65)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 09:10:41 +02:00
.github Bump actions/checkout from 4.1.4 to 4.1.5 (#65) 2024-05-13 09:10:41 +02:00
custom_components Replaced TEMP_CELSIUS with UnitOfTemperature.CELSIUS (#53) 2023-09-13 23:14:14 +02:00
python_scripts Create count_people_home.py 2017-06-21 17:24:24 -07:00
.gitignore Initial commit 2017-04-02 15:57:46 -07:00
LICENSE Initial commit 2017-04-02 15:57:46 -07:00
README.md More panel stuff 2017-04-02 16:44:46 -07:00

README.md

Examples of Home Assistant custom config

Home Assistant can be extended in many different ways. This repository contains a collection of examples how to customize Home Assistant. This repository is organized like your config directory, copying any file to your config directory in the same path as it is in this repo will allow you to use it. Refer to the header of each example for further instructions how to get started.

  • Custom components: these are components that Home Assistant can load by being referenced from configuration.yaml just like built-in components.
  • Panels: these are custom panels that can be included in the frontend using the panel_custom component.