Only expose default cloud domains in Assist default agent (#88274)
* Only expose default cloud domains in default agent * Copy exposed domain list to conversation * Implement requested changes * Add test for exposed devices/areas
This commit is contained in:
parent
331102e592
commit
325674ec44
4 changed files with 157 additions and 41 deletions
|
@ -1,3 +1,18 @@
|
|||
"""Const for conversation integration."""
|
||||
|
||||
DOMAIN = "conversation"
|
||||
|
||||
DEFAULT_EXPOSED_DOMAINS = {
|
||||
"climate",
|
||||
"cover",
|
||||
"fan",
|
||||
"humidifier",
|
||||
"light",
|
||||
"lock",
|
||||
"scene",
|
||||
"script",
|
||||
"sensor",
|
||||
"switch",
|
||||
"vacuum",
|
||||
"water_heater",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue