don't await scene switch

This commit is contained in:
2026-05-02 23:00:30 -04:00
parent db5a00895c
commit 2015bc037c
+1 -1
View File
@@ -293,7 +293,7 @@ async def run():
while True: while True:
async with govee_api: async with govee_api:
await govee.send_scene(GOVEE_AWS) govee.send_scene(GOVEE_AWS)
play_goal_celebration() play_goal_celebration()
await govee_api.set_color(255,0,0) await govee_api.set_color(255,0,0)