added notebook investigating boiler power usage

This commit is contained in:
Brian Bjarke Jensen
2026-01-24 19:50:50 +01:00
parent d59f7d2e2d
commit 0c1f7928c2
6 changed files with 51706 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# PostgreSQL Database Configuration
# Copy this file to .env and fill in your actual values
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_DB=home_assistant
POSTGRES_USER=your_username
POSTGRES_PASSWORD=your_password