mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +00:00
Added required dependency (#877)
* Added required dependency Since release 0.27.1 it became mandatory to define apcupsd and associated server and port. Missing configuration was not caught by validation script and it prevented all other sensors from loading. See more here: https://community.home-assistant.io/t/0-27-1-broke-customize * Updated per review Followed @Landrash advise for cleaner approach
This commit is contained in:
parent
41fdcaff5c
commit
f1b4cc4493
@ -11,9 +11,9 @@ logo: apcupsd.png
|
||||
ha_category: Sensor
|
||||
---
|
||||
|
||||
The `apcupsd` sensor platform to allow you to monitor a UPS (battery backup) by using data from the [apcaccess](http://linux.die.net/man/8/apcaccess) command.
|
||||
The `apcupsd` sensor platform allows you to monitor a UPS (battery backup) by using data from the [apcaccess](http://linux.die.net/man/8/apcaccess) command.
|
||||
|
||||
To add this platform to your installation, add the following to your `configuration.yaml` file:
|
||||
To use this sensor platform, you first have to set up [apcupsd](https://home-assistant.io/components/apcupsd/) and add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
|
Loading…
x
Reference in New Issue
Block a user