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.