mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 01:28:58 +00:00
926 B
926 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | APCUPSd Binary Sensor | Instructions on how to set up an APCUPSd binary sensor within Home Assistant. | 2016-02-10 18:47 | true | false | true | true | apcupsd.png | System Monitor | 0.13 | Local Polling |
In addition to the APCUPSd Sensor devices, you may also create a device which is simply "on" when the UPS status is online and "off" at all other times.
{% linkable_title Configuration %}
To enable this sensor, you first have to set up apcupsd, and add the following lines to your configuration.yaml
file:
# Example configuration.yaml entry
binary_sensor:
- platform: apcupsd
{% configuration %} name: description: Name to use in the frontend. required: false type: string default: UPS Online Status {% endconfiguration %}