From 1b351f3ed9db144c72ef82b905f5377ea77530c2 Mon Sep 17 00:00:00 2001 From: Eirik Z <46269073+atxbyea@users.noreply.github.com> Date: Thu, 25 Jun 2020 11:39:17 +0200 Subject: [PATCH] Adding configuration value for name (#13839) Co-authored-by: Franck Nijhof --- source/_integrations/nut.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/nut.markdown b/source/_integrations/nut.markdown index 43ee723be42..822fb8b9cec 100644 --- a/source/_integrations/nut.markdown +++ b/source/_integrations/nut.markdown @@ -41,6 +41,11 @@ sensor: required: false default: 3493 type: integer + name: + description: Custom name of the sensor + required: false + default: NUT UPS + type: string alias: description: Name of the UPS on the NUT server. required: false