From 6453e57dc1bacd660e3771fbfd4b156e190f6501 Mon Sep 17 00:00:00 2001
From: Ben Varick <ben@dendroalsia.net>
Date: Sun, 28 Jan 2024 15:32:14 -0600
Subject: [PATCH] added to README

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1cc9028..08f12c2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
 # laundry_status
 
-This script generates a website that tracks the washing machine and dryer use of my apartment building. The washing machine and dryer are plugged into smartplugs (Sonoff S31s) that are running ESPHome. A homeassistant instance gets that data every 1 minute and sends it to an InfluxDB database. `laundry_status.R` reads that database with an api key, restructures the data, and generates a website using `laundry_status.Rmd`. You can see the website here: [laundry.dendroalsia.net](https://laundry.dendroalsia.net)
+This script generates a website that tracks the washing machine and dryer use of my apartment building. The washing machine and dryer are plugged into smartplugs (Sonoff S31s) that are running ESPHome. A homeassistant instance gets that data every 1 minute and sends it to an InfluxDB database. `laundry_status.R` reads that database with an api key, restructures the data, and generates a website using `laundry_status.Rmd`. It also generates a long-term data visualization using `laundry_longterm_data.Rmd`.
+
+Both the status page and long-term data have Spanish translations.
+
+You can see the website here: [laundry.dendroalsia.net](https://laundry.dendroalsia.net)
 
 ## required libraries:
 - `tidyverse`