diff --git a/source/_integrations/nut.markdown b/source/_integrations/nut.markdown index 86e3d168b70..6173191d4b4 100644 --- a/source/_integrations/nut.markdown +++ b/source/_integrations/nut.markdown @@ -4,6 +4,7 @@ description: Instructions on how to set up NUT sensors within Home Assistant. ha_category: - Button - System monitor + - Switch ha_iot_class: Local Polling ha_release: 0.34 ha_domain: nut @@ -18,6 +19,7 @@ ha_platforms: - button - diagnostics - sensor + - switch ha_integration_type: device --- @@ -27,16 +29,17 @@ The Network UPS Tools (NUT) integration allows you to monitor and manage a UPS ( ## Supported functionality -### Buttons - {% important %} The username and password configured for the device must be granted -`instcmds` permissions on the NUT server to use buttons. Buttons will -not be available if user credentials are not specified. See the -[NUT server documentation](https://networkupstools.org/documentation.html) -for configuration information. +`instcmds` permissions on the NUT server to use buttons and +switches. Buttons and switches will not be available if user +credentials are not specified. See the [NUT server +documentation](https://networkupstools.org/documentation.html) for +configuration information. {% endimportant %} +### Buttons + This NUT integration will add buttons for NUT server commands available for your device. @@ -46,6 +49,17 @@ The following buttons are available for each switchable outlet: |---------------------------|:------------------------------------------------| | Power cycle outlet `name` | Power cycle the named outlet | +### Switches + +This NUT integration will add switches for NUT server commands +available for your device. + +The following switches are available for each switchable outlet: + +| name | Description | +|---------------------------|:------------------------------------------------| +| Power outlet `name` | Turn power on/off for named outlet | + ## Example Resources Given the following example output from NUT (your variables may differ):