From 72ba3797b7d402c9a3c275b988dd81b2b2cae78c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 12 Jan 2017 23:39:23 +0100 Subject: [PATCH] Add missing configuration variable --- source/_components/light.hyperion.markdown | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/source/_components/light.hyperion.markdown b/source/_components/light.hyperion.markdown index cec49f6b5dc..26a7c667369 100644 --- a/source/_components/light.hyperion.markdown +++ b/source/_components/light.hyperion.markdown @@ -12,19 +12,20 @@ ha_category: Light ha_release: 0.7.6 --- -This platform allows you to integrate your [Hyperion](https://hyperion-project.org/wiki) into Home Assistant. +This platform allows you to integrate your [Hyperion](https://hyperion-project.org/wiki) into Home Assistant. Hyperion is an open source Ambilight implementation which runs on many platforms. -Hyperion is an open source Ambilight implementation which runs on many platforms. +To use your Hyperion light in your installation, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry light: - platform: hyperion - host: + host: IP_ADDRESS ``` Configuration variables: -- **host** (*Required*): IP Address of the device the Hyperion service is running on. -- **port** (*Optional*): The Port used to communicate with the Hyperion service (default is 19444). -- **name** (*Optional*): The Name of the device used in the frontend. +- **host** (*Required*): The IP address of the device the Hyperion service is running on. +- **port** (*Optional*): The port used to communicate with the Hyperion service. Defaults to `19444`. +- **name** (*Optional*): The name of the device used in the frontend. +- **default_color** (*Optional*): The color of the light. Defaults to `[255, 255, 255]`.