Disable google assistant local control of climate entities (#94153)
This commit is contained in:
parent
468be632fd
commit
3d3fecbd23
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ STORE_GOOGLE_LOCAL_WEBHOOK_ID = "local_webhook_id"
|
|||
SOURCE_CLOUD = "cloud"
|
||||
SOURCE_LOCAL = "local"
|
||||
|
||||
NOT_EXPOSE_LOCAL = {TYPE_ALARM, TYPE_LOCK}
|
||||
NOT_EXPOSE_LOCAL = {TYPE_ALARM, TYPE_LOCK, TYPE_THERMOSTAT}
|
||||
|
||||
FAN_SPEEDS = {
|
||||
"5/5": ["High", "Max", "Fast", "5"],
|
||||
|
|
Loading…
Add table
Reference in a new issue