Add state completion support for Assist Satellite entities (#23371)

This commit is contained in:
Franck Nijhof 2024-12-21 10:17:59 +01:00 committed by GitHub
parent 379bc3a4e3
commit e1359781a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@ export const FIXED_DOMAIN_STATES = {
"pending",
"triggered",
],
assist_satellite: ["idle", "listening", "responding", "processing"],
automation: ["on", "off"],
binary_sensor: ["on", "off"],
button: [],