Skip to content

Instantly share code, notes, and snippets.

@nshp
nshp / lucid-dashboart.yml
Last active February 24, 2024 02:23
Lucid HA dashboard
# Find and replace "icloud" with your car's name
views:
- title: Home
cards:
- type: picture-glance
entity: sensor.icloud_paint_color
state_image:
Cosmos Silver: /local/lucid/front/cosmos_silver.png
Eureka Gold: /local/lucid/front/eureka_gold.png
Infinite Black: /local/lucid/front/infinite_black.png
@nshp
nshp / mergedebug.sh
Created May 2, 2022 15:50
Squash together usable and debug ELF
#!/usr/bin/env bash
set -e -u
TARGET="$1"
DEBUG="$2"
WORKDIR="$(mktemp -d)"
cleanup() {