Skip to content

Instantly share code, notes, and snippets.

@zxdavb
zxdavb / update-evohome.sh
Last active December 9, 2023 21:32
A script to update 'secondary' evohome custom_components after updating HA core
#!/bin/bash
# Based on the description here:
# https://github.com/zxdavb/evohome-async/wiki/Hass:-Multiple-Evohome-Locations
# This script is tested on Home Assistant OS.
# The script should be placed in this location: /config/custom_components/ and run from there.
# Run the script once every time you have updated the HA core.
# How many extra copies of the integration do you want?
@zxdavb
zxdavb / fish-build-install.sh
Created September 2, 2023 12:26 — forked from AFRUITPIE/fish-build-install.sh
Install Fish Shell 3+ on Raspberry Pi
#!/bin/bash
# This is a quick installer
# script I made to build and install the latest version of
# fish on my Raspberry Pi.
#
# Use at your own risk as I have made no effort to make
# this install safe!
set -e