From f1b4cc449339fd37f78e938ccc221fed49da282e Mon Sep 17 00:00:00 2001 From: Tomek985 Date: Thu, 1 Sep 2016 08:58:01 -0400 Subject: [PATCH] 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 --- source/_components/sensor.apcupsd.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/sensor.apcupsd.markdown b/source/_components/sensor.apcupsd.markdown index 1e46ca35e97..eec87c03dae 100644 --- a/source/_components/sensor.apcupsd.markdown +++ b/source/_components/sensor.apcupsd.markdown @@ -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