From edccafaebb93e256f2cdb93375a69bf22f76bce5 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 7 May 2016 13:14:20 -0700 Subject: [PATCH] Update hvac.markdown --- source/_components/hvac.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/hvac.markdown b/source/_components/hvac.markdown index 48bda1c43f1..c4a0d96f44e 100644 --- a/source/_components/hvac.markdown +++ b/source/_components/hvac.markdown @@ -12,10 +12,11 @@ ha_release: 0.19 The `hvac` component is built for the controlling and monitoring of HVAC (heating, ventilating, and air conditioning) devices. -To enable this component, add the following lines to your `configuration.yaml`: +To enable this component, pick one of the platforms and add it to your `configuration.yaml`: ```yaml # Example configuration.yaml entry hvac: + platform: demo ```