Add new timestamp state domains (#20584)

This commit is contained in:
Bram Kragten 2024-04-22 16:33:32 +02:00 committed by GitHub
parent ac378cfe6d
commit 66228f5858
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) ||