View homeassistant.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: v1 | |
kind: Secret | |
metadata: | |
name: mysql-recorder-pass | |
namespace: homeassistant | |
type: Opaque | |
data: | |
password: <REDACTED> | |
--- |
View plant.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sensor: | |
- platform: custom | |
lambda: |- | |
auto soil_sensor = new StemmaSoilSensor(); | |
App.register_component(soil_sensor); | |
return {soil_sensor->temperature_sensor, soil_sensor->moisture_sensor}; | |
sensors: | |
- name: "Plant Temperature" | |
- name: "Plant Moisture" |
View apparmor.systemd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# ---------------------------------------------------------------------- | |
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. | |
# | |
# This program is free software; you can redistribute it and/or | |
# modify it under the terms of version 2 of the GNU General Public | |
# License published by the Free Software Foundation. | |
# | |
# This program is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
View 0001-Case-hack-for-Debian-build.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 33890150b1898474d16d141fba7865068d1e2f7b Mon Sep 17 00:00:00 2001 | |
From: Alistair Young <avatar@arkane-systems.net> | |
Date: Thu, 6 May 2021 19:41:36 -0500 | |
Subject: [PATCH] Case hack for Debian build. | |
--- | |
scripts/Makefile.package | 6 ++++-- | |
scripts/package/builddeb | 7 ++++--- | |
scripts/package/mkdebian | 8 +++++--- | |
3 files changed, 13 insertions(+), 8 deletions(-) |
View gist:5d5bfaaf87711e971fbd078afe04f8de
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
init-+-dbus-daemon | |
|-init(mnt,pid,uts)-+-init---unshare(mnt)---systemd(pid)-+-atd | |
| | |-automount---3*[{automount}] | |
| | |-colord(mnt)---2*[{colord}] | |
| | |-cupsd---{cupsd} | |
| | |-daemon.start(mnt)---lxd-+-dnsmasq | |
| | | `-18*[{lxd}] | |
| | |-dbus-daemon | |
| | |-lxcfs(mnt)---2*[{lxcfs}] | |
| | |-msmtpd(mnt) |
View .config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86 5.10.16.3 Kernel Configuration | |
# | |
CONFIG_CC_VERSION_TEXT="gcc (Debian 10.2.1-6) 10.2.1 20210110" | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=100201 | |
CONFIG_LD_VERSION=235020000 | |
CONFIG_CLANG_VERSION=0 | |
CONFIG_LLD_VERSION=0 |
View ha-addon.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: node-red | |
namespace: homeassistant | |
labels: | |
app: node-red | |
spec: | |
replicas: 1 |
View ha-base.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: homeassistant | |
--- | |
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
labels: |
View .config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86 5.4.91 Kernel Configuration | |
# | |
# | |
# Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 | |
# | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=100201 |
View wondergun.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The M-1066-7h.2 'Wondergun' | |
A frightening personal weapon for 'Traveller' | |
The Star Kingdom Of Kirov (See Library Data) has a long-standing reputation for dubious products. | |
This was surpassed with the M-1066-7 Wondergun. Ironically, as well as being arguably the worst | |
personal weapon to have ever attained mass production anywhere, it is also the Kingdom's greatest | |
single commercial success. | |
In 1101, the monarch of Kirov established a committee to design and develop "...the most advanced | |
and versatile personal weapon system ever built by man..." - with a view towards re-equipping Kirov's |