From 87ba587d0fb7897b3fc908474102be15b81425b9 Mon Sep 17 00:00:00 2001 From: gvssr <61377476+gvssr@users.noreply.github.com> Date: Thu, 16 Dec 2021 09:22:33 +0100 Subject: [PATCH] Prettify integration name in HACS Add capitalized naming and removed underscore ( _ ) --- hacs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacs.json b/hacs.json index 1de0dd51..500d0ebd 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { - "name": "adaptive_lighting", + "name": "Adaptive Lighting", "render_readme": true, "domains": ["switch"] }