Skip to content

Commit

Permalink
Update homeassistant color (home-assistant#101372)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbo18 authored Oct 5, 2023
1 parent 285ad10 commit b791458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/util/color.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class RGBColor(NamedTuple):
"yellow": RGBColor(255, 255, 0),
"yellowgreen": RGBColor(154, 205, 50),
# And...
"homeassistant": RGBColor(3, 169, 244),
"homeassistant": RGBColor(24, 188, 242),
}


Expand Down

0 comments on commit b791458

Please sign in to comment.