Skip to content

Commit

Permalink
Update sensor_types.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaae authored Nov 14, 2024
1 parent b3a60da commit f8a094f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/truenas/sensor_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit f8a094f

Please sign in to comment.