home-assistant.io/source/_components/binary_sensor.apcupsd.markdown
Fabian Affolter 3a80758f3d
Fix mess
2016-09-04 11:45:20 +02:00

804 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 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 Binary Sensor 0.13

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.

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
    name: UPS Online

Configuration variables:

  • name (Optional): Name to use in the front end.