mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 10:56:49 +00:00
Hyperion light, new features (#4376)
* Update Hyperion light documentation
Added brightness, HDMI and effect support in my pull request.
This includes two new optional variables that can be configured.
* ✏️ Small typo's
This commit is contained in:
parent
e32717db89
commit
c2226035d8
@ -29,5 +29,7 @@ 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`.
|
||||
- **priority** (*Optional*): The priority of the Hyperion instance. Defaults to `128`.
|
||||
- **hdmi_priority** (*Optional*): The priority of the HDMI grabber of this Hyperion instance, note that this priority must be higher than all other priorities used for correct behavior. Defaults to `880`.
|
||||
- **default_color** (*Optional*): The color of the light. Defaults to `[255, 255, 255]`.
|
||||
- **effect_list** (*Optional*): The list of effects that can be used. Defaults to `['HDMI', 'Cinema brighten lights', 'Cinema dim lights', 'Knight rider', 'Blue mood blobs', 'Cold mood blobs', 'Full color mood blobs', 'Green mood blobs', 'Red mood blobs', 'Warm mood blobs', 'Police Lights Single', 'Police Lights Solid', 'Rainbow mood', 'Rainbow swirl fast', 'Rainbow swirl', 'Random', 'Running dots', 'System Shutdown', 'Snake', 'Sparks Color', 'Sparks', 'Strobe blue', 'Strobe Raspbmc', 'Strobe white', 'Color traces', 'UDP multicast listener', 'UDP listener', 'X-Mas']`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user