From ac4ab430b438d10ea28d71a27eedeaa9101f729a Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Fri, 7 Aug 2026 04:27:28 +0000 Subject: [PATCH] configuration.yaml --- configuration.yaml | 50 ---------------------------------------------- 1 file changed, 50 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 5f62db1..10ddb2c 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -237,56 +237,6 @@ sensor: method: left round: 2 -# 3D Printer Statistics (OctoPrint via MQTT discovery) -history_stats: - - name: "Printer Print Time Today" - unique_id: printer_print_time_today - entity_id: binary_sensor.octoprint_printing - state: "on" - type: time - start: "{{ today_at() }}" - end: "{{ now() }}" - - - name: "Printer Print Time This Week" - unique_id: printer_print_time_this_week - entity_id: binary_sensor.octoprint_printing - state: "on" - type: time - start: "{{ now().replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=now().weekday()) }}" - end: "{{ now() }}" - - - name: "Printer Print Time Last 7 Days" - unique_id: printer_print_time_last_7_days - entity_id: binary_sensor.octoprint_printing - state: "on" - type: time - start: "{{ now() - timedelta(days=7) }}" - end: "{{ now() }}" - - - name: "Printer Prints Today" - unique_id: printer_prints_today - entity_id: binary_sensor.octoprint_printing - state: "on" - type: count - start: "{{ today_at() }}" - end: "{{ now() }}" - - - name: "Printer Prints This Week" - unique_id: printer_prints_this_week - entity_id: binary_sensor.octoprint_printing - state: "on" - type: count - start: "{{ now().replace(hour=0, minute=0, second=0, microsecond=0) - timedelta(days=now().weekday()) }}" - end: "{{ now() }}" - - - name: "Printer Prints Last 7 Days" - unique_id: printer_prints_last_7_days - entity_id: binary_sensor.octoprint_printing - state: "on" - type: count - start: "{{ now() - timedelta(days=7) }}" - end: "{{ now() }}" - emulated_hue: host_ip: 192.168.1.140 advertise_ip: 192.168.1.140