mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Add new timestamp state domains (#20584)
This commit is contained in:
parent
ac378cfe6d
commit
66228f5858
@ -187,11 +187,14 @@ export const computeStateDisplayFromEntityAttributes = (
|
|||||||
if (
|
if (
|
||||||
[
|
[
|
||||||
"button",
|
"button",
|
||||||
|
"conversation",
|
||||||
"event",
|
"event",
|
||||||
"image",
|
"image",
|
||||||
"input_button",
|
"input_button",
|
||||||
|
"notify",
|
||||||
"scene",
|
"scene",
|
||||||
"stt",
|
"stt",
|
||||||
|
"tag",
|
||||||
"tts",
|
"tts",
|
||||||
"wake_word",
|
"wake_word",
|
||||||
].includes(domain) ||
|
].includes(domain) ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user