Disable google assistant local control of climate entities (#94153)

This commit is contained in:
Erik Montnemery 2023-06-07 13:46:17 +02:00 committed by Franck Nijhof
parent 468be632fd
commit 3d3fecbd23
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -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"],