mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Sun will now also color yellow when above horizon
This commit is contained in:
parent
ece0902ab2
commit
86dc0a973c
@ -1,2 +1,2 @@
|
|||||||
""" DO NOT MODIFY. Auto-generated by build_polymer script """
|
""" DO NOT MODIFY. Auto-generated by build_polymer script """
|
||||||
VERSION = "6ce8abfbeaacbe30baeffc8875c023e5"
|
VERSION = "5ae474d6905e074fa2a6aa0cfa2941be"
|
||||||
|
@ -10239,7 +10239,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
background-color: #039be5;
|
background-color: #039be5;
|
||||||
}
|
}
|
||||||
|
|
||||||
state-badge[data-state=on][data-domain=light] {
|
state-badge[data-domain=light][data-state=on],
|
||||||
|
state-badge[data-domain=sun][data-state=above_horizon] {
|
||||||
color: #fff176;
|
color: #fff176;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -34,7 +34,8 @@
|
|||||||
background-color: #039be5;
|
background-color: #039be5;
|
||||||
}
|
}
|
||||||
|
|
||||||
state-badge[data-state=on][data-domain=light] {
|
state-badge[data-domain=light][data-state=on],
|
||||||
|
state-badge[data-domain=sun][data-state=above_horizon] {
|
||||||
color: #fff176;
|
color: #fff176;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user