From c3ab562258fc58b39a422134530ed48abdde9c1c Mon Sep 17 00:00:00 2001 From: Will Miles Date: Fri, 28 Mar 2025 21:17:59 -0400 Subject: [PATCH] Update usermods/usermod_v2_brightness_follow_sun/library.json Fix incorrect module name in library.json Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- usermods/usermod_v2_brightness_follow_sun/library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usermods/usermod_v2_brightness_follow_sun/library.json b/usermods/usermod_v2_brightness_follow_sun/library.json index 53eb3fb59..6120d873e 100644 --- a/usermods/usermod_v2_brightness_follow_sun/library.json +++ b/usermods/usermod_v2_brightness_follow_sun/library.json @@ -1,3 +1,3 @@ { - "name": "brightness_follow_sum" + "name": "brightness_follow_sun" } \ No newline at end of file