From f8a094f9cb0cec6b3fb8e7d85a262f5d105abdf7 Mon Sep 17 00:00:00 2001 From: Tomaae <23486452+tomaae@users.noreply.github.com> Date: Thu, 14 Nov 2024 08:38:55 +0100 Subject: [PATCH] Update sensor_types.py --- custom_components/truenas/sensor_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/truenas/sensor_types.py b/custom_components/truenas/sensor_types.py index 6c485b4..137b6bc 100644 --- a/custom_components/truenas/sensor_types.py +++ b/custom_components/truenas/sensor_types.py @@ -438,7 +438,7 @@ class TrueNASSensorEntityDescription(SensorEntityDescription): SENSOR_SERVICES = [ [SERVICE_CLOUDSYNC_RUN, SCHEMA_SERVICE_CLOUDSYNC_RUN, "start"], - [SERVICE_CLOUDSYNC_ABORT, SCHEMA_SERVICE_CLOUDSYNC_ABORT, "abort"], + [SERVICE_CLOUDSYNC_ABORT, SCHEMA_SERVICE_CLOUDSYNC_ABORT, "stop"], [SERVICE_DATASET_SNAPSHOT, SCHEMA_SERVICE_DATASET_SNAPSHOT, "snapshot"], [SERVICE_SYSTEM_REBOOT, SCHEMA_SERVICE_SYSTEM_REBOOT, "restart"], [SERVICE_SYSTEM_SHUTDOWN, SCHEMA_SERVICE_SYSTEM_SHUTDOWN, "stop"],