mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Add Home Assistant color (#46751)
This commit is contained in:
@@ -30,6 +30,7 @@ turn_on:
|
|||||||
selector:
|
selector:
|
||||||
select:
|
select:
|
||||||
options:
|
options:
|
||||||
|
- "homeassistant"
|
||||||
- "aliceblue"
|
- "aliceblue"
|
||||||
- "antiquewhite"
|
- "antiquewhite"
|
||||||
- "aqua"
|
- "aqua"
|
||||||
@@ -368,6 +369,7 @@ toggle:
|
|||||||
selector:
|
selector:
|
||||||
select:
|
select:
|
||||||
options:
|
options:
|
||||||
|
- "homeassistant"
|
||||||
- "aliceblue"
|
- "aliceblue"
|
||||||
- "antiquewhite"
|
- "antiquewhite"
|
||||||
- "aqua"
|
- "aqua"
|
||||||
|
@@ -160,6 +160,8 @@ COLORS = {
|
|||||||
"whitesmoke": (245, 245, 245),
|
"whitesmoke": (245, 245, 245),
|
||||||
"yellow": (255, 255, 0),
|
"yellow": (255, 255, 0),
|
||||||
"yellowgreen": (154, 205, 50),
|
"yellowgreen": (154, 205, 50),
|
||||||
|
# And...
|
||||||
|
"homeassistant": (3, 169, 244),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user