From dc972ca0d9cd758696d6dcb6bc8f1abe68f7c8d9 Mon Sep 17 00:00:00 2001 From: Mark Jozefiak Date: Mon, 30 Oct 2017 21:49:12 +0100 Subject: [PATCH] light.hyperion: Add priority attribute (#3751) --- source/_components/light.hyperion.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/light.hyperion.markdown b/source/_components/light.hyperion.markdown index 4c255336654..eccb243e37d 100644 --- a/source/_components/light.hyperion.markdown +++ b/source/_components/light.hyperion.markdown @@ -29,4 +29,5 @@ Configuration variables: - **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. +- **priority** (*Optional*): The priority of the hyperion instance. Defaults to `128`. - **default_color** (*Optional*): The color of the light. Defaults to `[255, 255, 255]`.