mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Add Home Assistant color (#46751)
This commit is contained in:
parent
d2a187a57b
commit
6ad7020f99
@ -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),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user