Add Home Assistant color (#46751)

pull/46784/head
Franck Nijhof 2021-02-19 13:30:27 +01:00 committed by GitHub
parent d2a187a57b
commit 6ad7020f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,7 @@ turn_on:
selector:
select:
options:
- "homeassistant"
- "aliceblue"
- "antiquewhite"
- "aqua"
@ -368,6 +369,7 @@ toggle:
selector:
select:
options:
- "homeassistant"
- "aliceblue"
- "antiquewhite"
- "aqua"

View File

@ -160,6 +160,8 @@ COLORS = {
"whitesmoke": (245, 245, 245),
"yellow": (255, 255, 0),
"yellowgreen": (154, 205, 50),
# And...
"homeassistant": (3, 169, 244),
}