Custom Home Assistant Components
  • JavaScript 100%
Find a file
2026-03-17 19:00:23 +01:00
cards/date-time-card Final fixes date-time card 2025-11-18 12:41:31 +01:00
themes Forgot theme names 2026-03-17 19:00:23 +01:00
.gitignore Initial commit 2025-11-16 19:57:34 +01:00
README.md Final fixes date-time card 2025-11-18 12:41:31 +01:00

Project Title

Home Assistant Custom Components

A collection of custom integrations for Home Assistant.

Configuration

Cards

  • Create config/www/ (public static folder).
  • Upload my-custom.js there.
  • Add a resources: entry (/local/my-custom.js).
  • Reference the script in a Lovelace card (type: custom:…) or a custom panel.
  • Refresh the UI, test in the browser console.

Thats it! Once the script is loaded as a Lovelace resource, you can use any exported component or function just like a built-in Home Assistant feature.

License

This project is licensed under the MIT License.