Allow UI configuration of entities exposed to voice_assistant (#91233)
* Allow UI configuration of entities exposed to voice_assistant * Invalidate cache when settings change * Add tests * Expose entities to conversation by default * Update tests
This commit is contained in:
parent
e40a373c4b
commit
2c9e9d0fde
8 changed files with 473 additions and 107 deletions
|
@ -1,21 +1,3 @@
|
|||
"""Const for conversation integration."""
|
||||
|
||||
DOMAIN = "conversation"
|
||||
|
||||
DEFAULT_EXPOSED_DOMAINS = {
|
||||
"binary_sensor",
|
||||
"climate",
|
||||
"cover",
|
||||
"fan",
|
||||
"humidifier",
|
||||
"light",
|
||||
"lock",
|
||||
"scene",
|
||||
"script",
|
||||
"sensor",
|
||||
"switch",
|
||||
"vacuum",
|
||||
"water_heater",
|
||||
}
|
||||
|
||||
DEFAULT_EXPOSED_ATTRIBUTES = {"device_class"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue