Add apcupsd component documentation
This commit is contained in:
parent
5978fb78d2
commit
80ca6b43d1
4 changed files with 151 additions and 0 deletions
22
source/_components/binary_sensor.apcupsd.markdown
Normal file
22
source/_components/binary_sensor.apcupsd.markdown
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
layout: page
|
||||
title: APCUPSd Binary Sensor
|
||||
description: "Instructions on how to set up an APCUPSd binary sensor within Home Assistant."
|
||||
date: 2016-02-10 18:47
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: apcupsd.png
|
||||
ha_category: Binary Sensor
|
||||
---
|
||||
|
||||
In addition to the [APCUPSd Sensor](/components/sensor.apcupsd/) devices, you may also create a device which is simply `on` when the UPS status is `ONLINE` and `off` at all other times.
|
||||
|
||||
#### Example
|
||||
|
||||
```yaml
|
||||
binary_sensor:
|
||||
- name: UPS Online
|
||||
platform: apcupsd
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue