GitXplorerGitXplorer
h

example-custom-config

public
202 stars
215 forks
4 issues

Commits

List of commits on branch master.
Verified
54d666d0ef8956d0ef71e05e0e5a1e8a0636a52d

Use ConfigEntry runtime_data in detailed hello world (#70)

HHipsterBrown committed a month ago
Verified
8cbb7039e25ba2a914f3c388d54afa67a5c90dba

Fix mqtt_basic_async example conf handling (#69)

sshanx committed a month ago
Verified
3d9d3a04b1349f8ba17be9979dce53cbdb288e14

Fix deprecations in SENSORS and COVERS (#68)

CChristophCaina committed 2 months ago
Verified
2dcf02ae7ee8f714cb0a9b7455f59fd73be06544

Add cv.empty_config_schema (#58)

sshannonfritz committed 2 months ago
Verified
2ce55bbf1956fb30e6a26a79a6441b07ff7346e6

Fix detailed_hello_world_push (#45) (#49)

BBenShen98 committed 2 months ago
Verified
8b4bd2533b29657afc9484db4529bd14eb619ae9

Bump actions/checkout from 4.1.6 to 4.1.7 (#67)

ddependabot[bot] committed 3 months ago

README

The README file for this repository.

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.