diff --git a/laundry_status.R b/laundry_status.R index de1d708..95cde7a 100755 --- a/laundry_status.R +++ b/laundry_status.R @@ -26,7 +26,7 @@ power_threshold_dry_door <- 1.5 # ---- set variables entities <- data.frame(name = c("washing machine", "dryer"), entity_id = c("washing_machine_power", "dryer_power")) -colors <- data.frame(value = c("off", "on"), color = c("#bcbcbc", "#b45f06")) +colors <- data.frame(value = c("off", "on"), color = c("#bcbcbc", "#008080")) # Define a function to calculate the time difference calculateTimeAgo <- function(eventTime) {