feat: Implement basic general folder support (#2051)

- Related: #1748
This commit is contained in:
Dermot Duffy
2025-05-21 19:59:21 -07:00
committed by GitHub
parent 2eb0d9e35e
commit c6a4c8aea2
350 changed files with 12837 additions and 4509 deletions
+12 -5
View File
@@ -1,7 +1,14 @@
# Background
Some of these functions are inspired by or modified from the unmaintained
https://github.com/custom-cards/custom-card-helpers .
This directory is intended to contain usage agnostic Home Assistant
functionality.
# Background
Functions in these files are inspired by or modified from the unmaintained
https://github.com/custom-cards/custom-card-helpers and are under CC-LICENSE.
- `compute-domain.ts`
- `const.ts`
- `fire-hass-event.ts`
- `haptic.ts`
Other files remain under the Advanced Camera Card license.