mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +00:00
Document new switch platform and PDU dynamic outlet switches in NUT (#38146)
This commit is contained in:
parent
675d19b9d2
commit
1da15ee59e
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user