Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overhaul of external dependencies and other updates #4

Merged
merged 60 commits into from
Nov 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
95c1039
Add dist files
snootched Nov 3, 2024
47b84e6
test dev branch release
snootched Nov 3, 2024
1650e7b
Merge branch 'dev' of https://github.com/snootched/cb-lcars into dev
snootched Nov 3, 2024
d3330be
Add dist files
snootched Nov 3, 2024
d9c2d70
test
snootched Nov 3, 2024
5751eda
Merge branch 'dev' of https://github.com/snootched/cb-lcars into dev
snootched Nov 3, 2024
f726e70
Add dist files
snootched Nov 3, 2024
b571535
enhance button states with unavailable color and blink option; refact…
snootched Nov 4, 2024
4070ec1
Merge branch 'dev' of https://github.com/snootched/cb-lcars into dev
snootched Nov 4, 2024
c262554
test build button-card
snootched Nov 6, 2024
0d362bf
fix lf
snootched Nov 6, 2024
6c093c9
Add dist files
snootched Nov 6, 2024
bfc0d96
Add dist files
snootched Nov 6, 2024
ead50c9
Update build-release.yaml
snootched Nov 6, 2024
c19f75b
Update build-release.yaml
snootched Nov 6, 2024
25fcff5
await import button-card
snootched Nov 6, 2024
f1256a5
Add dist files
snootched Nov 6, 2024
8f24581
ffs
snootched Nov 6, 2024
73a55bd
Merge branch 'dev' of https://github.com/snootched/cb-lcars into dev
snootched Nov 6, 2024
7ff12f0
Add dist files
snootched Nov 6, 2024
6943e2c
cardname update
snootched Nov 6, 2024
7ee6a9e
Merge branch 'dev' of https://github.com/snootched/cb-lcars into dev
snootched Nov 6, 2024
56cb817
Add dist files
snootched Nov 6, 2024
daf36fe
connectedcb
snootched Nov 6, 2024
ff2d325
Merge branch 'dev' of https://github.com/snootched/cb-lcars into dev
snootched Nov 6, 2024
3b72aea
Add dist files
snootched Nov 6, 2024
554bf2c
bump
snootched Nov 6, 2024
f8c1867
Merge branch 'dev' of https://github.com/snootched/cb-lcars into dev
snootched Nov 6, 2024
25632b3
Add dist files
snootched Nov 6, 2024
d9d1773
setconfig
snootched Nov 6, 2024
df94d33
Merge branch 'dev' of https://github.com/snootched/cb-lcars into dev
snootched Nov 6, 2024
c69f4df
Add dist files
snootched Nov 6, 2024
4a7d9bc
f
snootched Nov 7, 2024
e95d5d7
Merge branch 'dev' of https://github.com/snootched/cb-lcars into dev
snootched Nov 7, 2024
4e19a7d
Add dist files
snootched Nov 7, 2024
e059ec5
replace button-card name
snootched Nov 7, 2024
f42b5ef
Add dist files
snootched Nov 7, 2024
5e500b8
update yaml key
snootched Nov 7, 2024
6bbaf86
Merge branch 'dev' of https://github.com/snootched/cb-lcars into dev
snootched Nov 7, 2024
6a9b573
Add dist files
snootched Nov 7, 2024
1d7de59
initial work for template move to js var
snootched Nov 7, 2024
7904105
Merge branch 'dev' of https://github.com/snootched/cb-lcars into dev
snootched Nov 7, 2024
20e019b
Add dist files
snootched Nov 7, 2024
66a0527
update var
snootched Nov 7, 2024
6cc9266
Merge branch 'dev' of https://github.com/snootched/cb-lcars into dev
snootched Nov 7, 2024
f71e3b4
Add dist files
snootched Nov 7, 2024
0926eab
drop array derps
snootched Nov 7, 2024
6e364a2
Merge branch 'dev' of https://github.com/snootched/cb-lcars into dev
snootched Nov 7, 2024
7c93be4
Add dist files
snootched Nov 7, 2024
7b75261
bump button-card for template loading from window
snootched Nov 7, 2024
4fe4d4a
Merge branch 'dev' of https://github.com/snootched/cb-lcars into dev
snootched Nov 7, 2024
c6fd986
Add dist files
snootched Nov 7, 2024
45a40dd
remove ll config updates and loading from strategy
snootched Nov 8, 2024
d69c850
Merge branch 'dev' of https://github.com/snootched/cb-lcars into dev
snootched Nov 8, 2024
1e0ca40
Add dist files
snootched Nov 8, 2024
32cc08c
add my-slider-v2 as internal import; button-card updates; other clean…
snootched Nov 9, 2024
a21b555
Add dist files
snootched Nov 9, 2024
78ddcf8
update to internal my-slider-v2
snootched Nov 9, 2024
70a02e2
Add dist files
snootched Nov 9, 2024
f5ba368
Merge branch 'main' into dev
snootched Nov 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch || github.ref }}

- name: Get version from package.json
id: get_version
Expand Down Expand Up @@ -112,8 +114,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: main

ref: ${{ github.event.inputs.branch || 'main' }}
- name: Get git sha
id: get_sha
run: echo "CURRENT_SHA=$(git log -1 --format='%H')" >> $GITHUB_ENV
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,12 @@ The following should be installed and working in your Home Assistant instance -

| Custom Card | Required? | Function |
|-----------------------------------------------------------------------------|-------------|-------------|
| [custom-button-card](https://github.com/custom-cards/button-card) | Required | Base Framework |
| [ha-lcars theme](https://github.com/th3jesta/ha-lcars) | Required | Provides base theme elements, styes, color variables, etc. |
| [my-cards/my-slider-v2](https://github.com/AnthonMS/my-cards) | Required | Provides slider function which is used in the slider/gauge controls. |
| [lovelace-layout-card](https://github.com/thomasloven/lovelace-layout-card) | Required | Used internally.<br><br>Also handy for the ultimate in dashboard layout customization! |
| [lovelace-card-mod](https://github.com/thomasloven/lovelace-card-mod) | Required | Not strictly needed for CB-LCARS, but is required by HA-LCARS theming at the time of writing.<br><br>Very useful for modifying the elements/styles of other cards to fit the theme (overriding fonts, colors, remove backgrounds etc.) |
| [lovelace-hue-like-light-card](https://github.com/Gh61/lovelace-hue-like-light-card) | Optional | Provides ability to use a Hue-style light and scene control popup card over the native HA light controls. |
| [custom-button-card](https://github.com/custom-cards/button-card) | *Now Included* | Base Framework<br><br>**Additional install no longer required.** |
| [my-cards/my-slider-v2](https://github.com/AnthonMS/my-cards) | *Now Included* | Provides slider function which is used in the slider/gauge controls.<br><br>**Additional install no longer required.** |


<br>
Expand Down
Loading
Loading