Skip to content

Instantly share code, notes, and snippets.

View wgottesheim's full-sized avatar

Wolfgang Gottesheim wgottesheim

View GitHub Profile
type: entities
entities:
- entity: sensor.sensor_wohnzimmer_temperature
type: custom:multiple-entity-row
name: Wohnzimmer
state_header: Temperatur
entities:
- entity: sensor.sensor_wohnzimmer_battery
name: Batterie
- entity: sensor.sensor_wohnzimmer_humidity
@wgottesheim
wgottesheim / gist:7a5629832e42a736159c7ce4a593dee3
Last active January 9, 2026 02:53
Steps to setup Raspberry Pi Zero for temperature monitoring in the garage
* add line to config.txt: "enable_uart=1" to enable serial console (https://learn.adafruit.com/adafruits-raspberry-pi-lesson-5-using-a-console-cable/enabling-serial-console)
* Create file in / called "ssh"
* Create file wpa_supplicant.conf:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=GB
network={
ssid="SSID"