Opened 10 months ago
Last modified 10 months ago
#1104 assigned enhancement
figure out how to address individual lights on govee curtain
| Reported by: | checkraisefold | Owned by: | checkraisefold |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Hackery | Keywords: | |
| Cc: |
Description
right now the govee local integration is a bit barebones, would be kind of nice to be able to draw shit on it. maybe not supported with govee lan api?
Change History (3)
comment:1 by , 10 months ago
comment:2 by , 10 months ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , 10 months ago
yeah it's a feature request in hass; it should be pretty easy to hack together an app to draw shit on the curtain lights outside of hass though, just depends on what we want to do with it
https://community.home-assistant.io/t/addressable-leds-frontend/676521/
Note:
See TracTickets
for help on using tickets.
you can individually address/use scenes with a bunch of undocumented commands over the LAN api - some of these are already in the govee local api that the hass integration uses (https://github.com/Galorhallen/govee-local-api/blob/develop/src/govee_local_api/message.py) but I don't think that individually addressable LEDs are supported in hass. needs looking into