mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-12 14:08:59 +00:00
1021 B
1021 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | APCUPSd | Instructions on how to integrate APCUPSd status with Home Assistant. | 2016-02-10 17:11 | true | false | true | true | apcupsd.png | System Monitor | 0.13 |
APCUPSd status information can be integrated into Home Assistant when the Network Information Server (NIS) is configured is enabled on the APC device.
{% linkable_title Configuration %}
To enable this sensor, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
apcupsd:
{% configuration %} host: description: The hostname/IP address on which the APCUPSd NIS is being served. required: false type: string default: localhost port: description: The port on which the APCUPSd NIS is listening. required: false type: integer default: 3551 {% endconfiguration %}