mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Rename Google Assistant evenets (#21655)
This commit is contained in:
parent
f5a0b5ab98
commit
81c252f917
@ -44,6 +44,6 @@ ERR_UNKNOWN_ERROR = 'unknownError'
|
||||
ERR_FUNCTION_NOT_SUPPORTED = 'functionNotSupported'
|
||||
|
||||
# Event types
|
||||
EVENT_COMMAND_RECEIVED = 'google_assistant_command_received'
|
||||
EVENT_QUERY_RECEIVED = 'google_assistant_query_received'
|
||||
EVENT_SYNC_RECEIVED = 'google_assistant_sync_received'
|
||||
EVENT_COMMAND_RECEIVED = 'google_assistant_command'
|
||||
EVENT_QUERY_RECEIVED = 'google_assistant_query'
|
||||
EVENT_SYNC_RECEIVED = 'google_assistant_sync'
|
||||
|
Loading…
x
Reference in New Issue
Block a user