Update homeassistant color (#101372)

This commit is contained in:
mbo18
2023-10-05 20:10:27 +02:00
committed by GitHub
parent 285ad10624
commit b7914582db

View File

@@ -172,7 +172,7 @@ COLORS = {
"yellow": RGBColor(255, 255, 0),
"yellowgreen": RGBColor(154, 205, 50),
# And...
"homeassistant": RGBColor(3, 169, 244),
"homeassistant": RGBColor(24, 188, 242),
}