Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.google_assistant.const Namespace Reference

Variables

string CHALLENGE_ACK_NEEDED = "ackNeeded"
 
string CHALLENGE_FAILED_PIN_NEEDED = "challengeFailedPinNeeded"
 
string CHALLENGE_PIN_NEEDED = "pinNeeded"
 
string CONF_ALIASES = "aliases"
 
string CONF_CLIENT_EMAIL = "client_email"
 
string CONF_ENTITY_CONFIG = "entity_config"
 
string CONF_EXPOSE = "expose"
 
string CONF_EXPOSE_BY_DEFAULT = "expose_by_default"
 
string CONF_EXPOSED_DOMAINS = "exposed_domains"
 
string CONF_PRIVATE_KEY = "private_key"
 
string CONF_PROJECT_ID = "project_id"
 
string CONF_REPORT_STATE = "report_state"
 
string CONF_ROOM_HINT = "room"
 
string CONF_SECURE_DEVICES_PIN = "secure_devices_pin"
 
string CONF_SERVICE_ACCOUNT = "service_account"
 
string DATA_CONFIG = "config"
 
bool DEFAULT_EXPOSE_BY_DEFAULT = True
 
list DEFAULT_EXPOSED_DOMAINS
 
dictionary DEVICE_CLASS_TO_GOOGLE_TYPES
 
string DOMAIN = "google_assistant"
 
dictionary DOMAIN_TO_GOOGLE_TYPES
 
string ERR_ALREADY_ARMED = "alreadyArmed"
 
string ERR_ALREADY_DISARMED = "alreadyDisarmed"
 
string ERR_ALREADY_STOPPED = "alreadyStopped"
 
string ERR_CHALLENGE_NEEDED = "challengeNeeded"
 
string ERR_CHALLENGE_NOT_SETUP = "challengeFailedNotSetup"
 
string ERR_DEVICE_NOT_FOUND = "deviceNotFound"
 
string ERR_DEVICE_OFFLINE = "deviceOffline"
 
string ERR_FUNCTION_NOT_SUPPORTED = "functionNotSupported"
 
string ERR_NO_AVAILABLE_CHANNEL = "noAvailableChannel"
 
string ERR_NOT_SUPPORTED = "notSupported"
 
string ERR_PIN_INCORRECT = "pinIncorrect"
 
string ERR_PROTOCOL_ERROR = "protocolError"
 
string ERR_TOO_MANY_FAILED_ATTEMPTS = "tooManyFailedAttempts"
 
string ERR_UNKNOWN_ERROR = "unknownError"
 
string ERR_UNSUPPORTED_INPUT = "unsupportedInput"
 
string ERR_USER_CANCELLED = "userCancelled"
 
string ERR_VALUE_OUT_OF_RANGE = "valueOutOfRange"
 
string EVENT_COMMAND_RECEIVED = "google_assistant_command"
 
string EVENT_QUERY_RECEIVED = "google_assistant_query"
 
string EVENT_SYNC_RECEIVED = "google_assistant_sync"
 
dictionary FAN_SPEEDS
 
string GOOGLE_ASSISTANT_API_ENDPOINT = "/api/google_assistant"
 
string HOMEGRAPH_SCOPE = "https://www.googleapis.com/auth/homegraph"
 
string HOMEGRAPH_TOKEN_URL = "https://accounts.google.com/o/oauth2/token"
 
string HOMEGRAPH_URL = "https://homegraph.googleapis.com/"
 
dictionary NOT_EXPOSE_LOCAL = {TYPE_ALARM, TYPE_LOCK, TYPE_THERMOSTAT}
 
string PREFIX_TYPES = "action.devices.types."
 
string REPORT_STATE_BASE_URL = f"{HOMEGRAPH_URL}v1/devices:reportStateAndNotification"
 
string REQUEST_SYNC_BASE_URL = f"{HOMEGRAPH_URL}v1/devices:requestSync"
 
string SERVICE_REQUEST_SYNC = "request_sync"
 
string SOURCE_CLOUD = "cloud"
 
string SOURCE_LOCAL = "local"
 
string STORE_AGENT_USER_IDS = "agent_user_ids"
 
string STORE_GOOGLE_LOCAL_WEBHOOK_ID = "local_webhook_id"
 
string TYPE_ALARM = f"{PREFIX_TYPES}SECURITYSYSTEM"
 
string TYPE_AWNING = f"{PREFIX_TYPES}AWNING"
 
string TYPE_BLINDS = f"{PREFIX_TYPES}BLINDS"
 
string TYPE_CAMERA = f"{PREFIX_TYPES}CAMERA"
 
string TYPE_CARBON_MONOXIDE_DETECTOR = f"{PREFIX_TYPES}CARBON_MONOXIDE_DETECTOR"
 
string TYPE_CURTAIN = f"{PREFIX_TYPES}CURTAIN"
 
string TYPE_DEHUMIDIFIER = f"{PREFIX_TYPES}DEHUMIDIFIER"
 
string TYPE_DOOR = f"{PREFIX_TYPES}DOOR"
 
string TYPE_DOORBELL = f"{PREFIX_TYPES}DOORBELL"
 
string TYPE_FAN = f"{PREFIX_TYPES}FAN"
 
string TYPE_GARAGE = f"{PREFIX_TYPES}GARAGE"
 
string TYPE_GATE = f"{PREFIX_TYPES}GATE"
 
string TYPE_HUMIDIFIER = f"{PREFIX_TYPES}HUMIDIFIER"
 
string TYPE_LIGHT = f"{PREFIX_TYPES}LIGHT"
 
string TYPE_LOCK = f"{PREFIX_TYPES}LOCK"
 
string TYPE_OUTLET = f"{PREFIX_TYPES}OUTLET"
 
string TYPE_RECEIVER = f"{PREFIX_TYPES}AUDIO_VIDEO_RECEIVER"
 
string TYPE_SCENE = f"{PREFIX_TYPES}SCENE"
 
string TYPE_SENSOR = f"{PREFIX_TYPES}SENSOR"
 
string TYPE_SETTOP = f"{PREFIX_TYPES}SETTOP"
 
string TYPE_SHUTTER = f"{PREFIX_TYPES}SHUTTER"
 
string TYPE_SMOKE_DETECTOR = f"{PREFIX_TYPES}SMOKE_DETECTOR"
 
string TYPE_SPEAKER = f"{PREFIX_TYPES}SPEAKER"
 
string TYPE_SWITCH = f"{PREFIX_TYPES}SWITCH"
 
string TYPE_THERMOSTAT = f"{PREFIX_TYPES}THERMOSTAT"
 
string TYPE_TV = f"{PREFIX_TYPES}TV"
 
string TYPE_VACUUM = f"{PREFIX_TYPES}VACUUM"
 
string TYPE_VALVE = f"{PREFIX_TYPES}VALVE"
 
string TYPE_WATERHEATER = f"{PREFIX_TYPES}WATERHEATER"
 
string TYPE_WINDOW = f"{PREFIX_TYPES}WINDOW"
 

Detailed Description

Constants for Google Assistant.

Variable Documentation

◆ CHALLENGE_ACK_NEEDED

string homeassistant.components.google_assistant.const.CHALLENGE_ACK_NEEDED = "ackNeeded"

Definition at line 205 of file const.py.

◆ CHALLENGE_FAILED_PIN_NEEDED

string homeassistant.components.google_assistant.const.CHALLENGE_FAILED_PIN_NEEDED = "challengeFailedPinNeeded"

Definition at line 206 of file const.py.

◆ CHALLENGE_PIN_NEEDED

string homeassistant.components.google_assistant.const.CHALLENGE_PIN_NEEDED = "pinNeeded"

Definition at line 207 of file const.py.

◆ CONF_ALIASES

string homeassistant.components.google_assistant.const.CONF_ALIASES = "aliases"

Definition at line 34 of file const.py.

◆ CONF_CLIENT_EMAIL

string homeassistant.components.google_assistant.const.CONF_CLIENT_EMAIL = "client_email"

Definition at line 35 of file const.py.

◆ CONF_ENTITY_CONFIG

string homeassistant.components.google_assistant.const.CONF_ENTITY_CONFIG = "entity_config"

Definition at line 36 of file const.py.

◆ CONF_EXPOSE

string homeassistant.components.google_assistant.const.CONF_EXPOSE = "expose"

Definition at line 37 of file const.py.

◆ CONF_EXPOSE_BY_DEFAULT

string homeassistant.components.google_assistant.const.CONF_EXPOSE_BY_DEFAULT = "expose_by_default"

Definition at line 38 of file const.py.

◆ CONF_EXPOSED_DOMAINS

string homeassistant.components.google_assistant.const.CONF_EXPOSED_DOMAINS = "exposed_domains"

Definition at line 39 of file const.py.

◆ CONF_PRIVATE_KEY

string homeassistant.components.google_assistant.const.CONF_PRIVATE_KEY = "private_key"

Definition at line 40 of file const.py.

◆ CONF_PROJECT_ID

string homeassistant.components.google_assistant.const.CONF_PROJECT_ID = "project_id"

Definition at line 41 of file const.py.

◆ CONF_REPORT_STATE

string homeassistant.components.google_assistant.const.CONF_REPORT_STATE = "report_state"

Definition at line 42 of file const.py.

◆ CONF_ROOM_HINT

string homeassistant.components.google_assistant.const.CONF_ROOM_HINT = "room"

Definition at line 43 of file const.py.

◆ CONF_SECURE_DEVICES_PIN

string homeassistant.components.google_assistant.const.CONF_SECURE_DEVICES_PIN = "secure_devices_pin"

Definition at line 44 of file const.py.

◆ CONF_SERVICE_ACCOUNT

string homeassistant.components.google_assistant.const.CONF_SERVICE_ACCOUNT = "service_account"

Definition at line 45 of file const.py.

◆ DATA_CONFIG

string homeassistant.components.google_assistant.const.DATA_CONFIG = "config"

Definition at line 47 of file const.py.

◆ DEFAULT_EXPOSE_BY_DEFAULT

bool homeassistant.components.google_assistant.const.DEFAULT_EXPOSE_BY_DEFAULT = True

Definition at line 49 of file const.py.

◆ DEFAULT_EXPOSED_DOMAINS

list homeassistant.components.google_assistant.const.DEFAULT_EXPOSED_DOMAINS
Initial value:
1 = [
2  "alarm_control_panel",
3  "binary_sensor",
4  "climate",
5  "cover",
6  "event",
7  "fan",
8  "group",
9  "humidifier",
10  "input_boolean",
11  "input_select",
12  "light",
13  "lock",
14  "media_player",
15  "scene",
16  "script",
17  "select",
18  "sensor",
19  "switch",
20  "vacuum",
21  "valve",
22  "water_heater",
23 ]

Definition at line 50 of file const.py.

◆ DEVICE_CLASS_TO_GOOGLE_TYPES

dictionary homeassistant.components.google_assistant.const.DEVICE_CLASS_TO_GOOGLE_TYPES

Definition at line 165 of file const.py.

◆ DOMAIN

string homeassistant.components.google_assistant.const.DOMAIN = "google_assistant"

Definition at line 30 of file const.py.

◆ DOMAIN_TO_GOOGLE_TYPES

dictionary homeassistant.components.google_assistant.const.DOMAIN_TO_GOOGLE_TYPES
Initial value:
1 = {
2  alarm_control_panel.DOMAIN: TYPE_ALARM,
3  binary_sensor.DOMAIN: TYPE_SENSOR,
4  button.DOMAIN: TYPE_SCENE,
5  camera.DOMAIN: TYPE_CAMERA,
6  climate.DOMAIN: TYPE_THERMOSTAT,
7  cover.DOMAIN: TYPE_BLINDS,
8  fan.DOMAIN: TYPE_FAN,
9  group.DOMAIN: TYPE_SWITCH,
10  humidifier.DOMAIN: TYPE_HUMIDIFIER,
11  input_boolean.DOMAIN: TYPE_SWITCH,
12  input_button.DOMAIN: TYPE_SCENE,
13  input_select.DOMAIN: TYPE_SENSOR,
14  light.DOMAIN: TYPE_LIGHT,
15  lock.DOMAIN: TYPE_LOCK,
16  media_player.DOMAIN: TYPE_SETTOP,
17  scene.DOMAIN: TYPE_SCENE,
18  script.DOMAIN: TYPE_SCENE,
19  select.DOMAIN: TYPE_SENSOR,
20  sensor.DOMAIN: TYPE_SENSOR,
21  switch.DOMAIN: TYPE_SWITCH,
22  vacuum.DOMAIN: TYPE_VACUUM,
23  valve.DOMAIN: TYPE_VALVE,
24  water_heater.DOMAIN: TYPE_WATERHEATER,
25 }

Definition at line 139 of file const.py.

◆ ERR_ALREADY_ARMED

string homeassistant.components.google_assistant.const.ERR_ALREADY_ARMED = "alreadyArmed"

Definition at line 116 of file const.py.

◆ ERR_ALREADY_DISARMED

string homeassistant.components.google_assistant.const.ERR_ALREADY_DISARMED = "alreadyDisarmed"

Definition at line 117 of file const.py.

◆ ERR_ALREADY_STOPPED

string homeassistant.components.google_assistant.const.ERR_ALREADY_STOPPED = "alreadyStopped"

Definition at line 118 of file const.py.

◆ ERR_CHALLENGE_NEEDED

string homeassistant.components.google_assistant.const.ERR_CHALLENGE_NEEDED = "challengeNeeded"

Definition at line 119 of file const.py.

◆ ERR_CHALLENGE_NOT_SETUP

string homeassistant.components.google_assistant.const.ERR_CHALLENGE_NOT_SETUP = "challengeFailedNotSetup"

Definition at line 120 of file const.py.

◆ ERR_DEVICE_NOT_FOUND

string homeassistant.components.google_assistant.const.ERR_DEVICE_NOT_FOUND = "deviceNotFound"

Definition at line 121 of file const.py.

◆ ERR_DEVICE_OFFLINE

string homeassistant.components.google_assistant.const.ERR_DEVICE_OFFLINE = "deviceOffline"

Definition at line 122 of file const.py.

◆ ERR_FUNCTION_NOT_SUPPORTED

string homeassistant.components.google_assistant.const.ERR_FUNCTION_NOT_SUPPORTED = "functionNotSupported"

Definition at line 123 of file const.py.

◆ ERR_NO_AVAILABLE_CHANNEL

string homeassistant.components.google_assistant.const.ERR_NO_AVAILABLE_CHANNEL = "noAvailableChannel"

Definition at line 124 of file const.py.

◆ ERR_NOT_SUPPORTED

string homeassistant.components.google_assistant.const.ERR_NOT_SUPPORTED = "notSupported"

Definition at line 125 of file const.py.

◆ ERR_PIN_INCORRECT

string homeassistant.components.google_assistant.const.ERR_PIN_INCORRECT = "pinIncorrect"

Definition at line 126 of file const.py.

◆ ERR_PROTOCOL_ERROR

string homeassistant.components.google_assistant.const.ERR_PROTOCOL_ERROR = "protocolError"

Definition at line 127 of file const.py.

◆ ERR_TOO_MANY_FAILED_ATTEMPTS

string homeassistant.components.google_assistant.const.ERR_TOO_MANY_FAILED_ATTEMPTS = "tooManyFailedAttempts"

Definition at line 128 of file const.py.

◆ ERR_UNKNOWN_ERROR

string homeassistant.components.google_assistant.const.ERR_UNKNOWN_ERROR = "unknownError"

Definition at line 129 of file const.py.

◆ ERR_UNSUPPORTED_INPUT

string homeassistant.components.google_assistant.const.ERR_UNSUPPORTED_INPUT = "unsupportedInput"

Definition at line 130 of file const.py.

◆ ERR_USER_CANCELLED

string homeassistant.components.google_assistant.const.ERR_USER_CANCELLED = "userCancelled"

Definition at line 131 of file const.py.

◆ ERR_VALUE_OUT_OF_RANGE

string homeassistant.components.google_assistant.const.ERR_VALUE_OUT_OF_RANGE = "valueOutOfRange"

Definition at line 132 of file const.py.

◆ EVENT_COMMAND_RECEIVED

string homeassistant.components.google_assistant.const.EVENT_COMMAND_RECEIVED = "google_assistant_command"

Definition at line 135 of file const.py.

◆ EVENT_QUERY_RECEIVED

string homeassistant.components.google_assistant.const.EVENT_QUERY_RECEIVED = "google_assistant_query"

Definition at line 136 of file const.py.

◆ EVENT_SYNC_RECEIVED

string homeassistant.components.google_assistant.const.EVENT_SYNC_RECEIVED = "google_assistant_sync"

Definition at line 137 of file const.py.

◆ FAN_SPEEDS

dictionary homeassistant.components.google_assistant.const.FAN_SPEEDS
Initial value:
1 = {
2  "5/5": ["High", "Max", "Fast", "5"],
3  "4/5": ["Medium High", "4"],
4  "3/5": ["Medium", "3"],
5  "2/5": ["Medium Low", "2"],
6  "1/5": ["Low", "Min", "Slow", "1"],
7  "4/4": ["High", "Max", "Fast", "4"],
8  "3/4": ["Medium High", "3"],
9  "2/4": ["Medium Low", "2"],
10  "1/4": ["Low", "Min", "Slow", "1"],
11  "3/3": ["High", "Max", "Fast", "3"],
12  "2/3": ["Medium", "2"],
13  "1/3": ["Low", "Min", "Slow", "1"],
14  "2/2": ["High", "Max", "Fast", "2"],
15  "1/2": ["Low", "Min", "Slow", "1"],
16  "1/1": ["Normal", "1"],
17 }

Definition at line 217 of file const.py.

◆ GOOGLE_ASSISTANT_API_ENDPOINT

string homeassistant.components.google_assistant.const.GOOGLE_ASSISTANT_API_ENDPOINT = "/api/google_assistant"

Definition at line 32 of file const.py.

◆ HOMEGRAPH_SCOPE

string homeassistant.components.google_assistant.const.HOMEGRAPH_SCOPE = "https://www.googleapis.com/auth/homegraph"

Definition at line 109 of file const.py.

◆ HOMEGRAPH_TOKEN_URL

string homeassistant.components.google_assistant.const.HOMEGRAPH_TOKEN_URL = "https://accounts.google.com/o/oauth2/token"

Definition at line 110 of file const.py.

◆ HOMEGRAPH_URL

string homeassistant.components.google_assistant.const.HOMEGRAPH_URL = "https://homegraph.googleapis.com/"

Definition at line 108 of file const.py.

◆ NOT_EXPOSE_LOCAL

dictionary homeassistant.components.google_assistant.const.NOT_EXPOSE_LOCAL = {TYPE_ALARM, TYPE_LOCK, TYPE_THERMOSTAT}

Definition at line 215 of file const.py.

◆ PREFIX_TYPES

string homeassistant.components.google_assistant.const.PREFIX_TYPES = "action.devices.types."

Definition at line 75 of file const.py.

◆ REPORT_STATE_BASE_URL

string homeassistant.components.google_assistant.const.REPORT_STATE_BASE_URL = f"{HOMEGRAPH_URL}v1/devices:reportStateAndNotification"

Definition at line 112 of file const.py.

◆ REQUEST_SYNC_BASE_URL

string homeassistant.components.google_assistant.const.REQUEST_SYNC_BASE_URL = f"{HOMEGRAPH_URL}v1/devices:requestSync"

Definition at line 111 of file const.py.

◆ SERVICE_REQUEST_SYNC

string homeassistant.components.google_assistant.const.SERVICE_REQUEST_SYNC = "request_sync"

Definition at line 107 of file const.py.

◆ SOURCE_CLOUD

string homeassistant.components.google_assistant.const.SOURCE_CLOUD = "cloud"

Definition at line 212 of file const.py.

◆ SOURCE_LOCAL

string homeassistant.components.google_assistant.const.SOURCE_LOCAL = "local"

Definition at line 213 of file const.py.

◆ STORE_AGENT_USER_IDS

string homeassistant.components.google_assistant.const.STORE_AGENT_USER_IDS = "agent_user_ids"

Definition at line 209 of file const.py.

◆ STORE_GOOGLE_LOCAL_WEBHOOK_ID

string homeassistant.components.google_assistant.const.STORE_GOOGLE_LOCAL_WEBHOOK_ID = "local_webhook_id"

Definition at line 210 of file const.py.

◆ TYPE_ALARM

string homeassistant.components.google_assistant.const.TYPE_ALARM = f"{PREFIX_TYPES}SECURITYSYSTEM"

Definition at line 76 of file const.py.

◆ TYPE_AWNING

string homeassistant.components.google_assistant.const.TYPE_AWNING = f"{PREFIX_TYPES}AWNING"

Definition at line 77 of file const.py.

◆ TYPE_BLINDS

string homeassistant.components.google_assistant.const.TYPE_BLINDS = f"{PREFIX_TYPES}BLINDS"

Definition at line 78 of file const.py.

◆ TYPE_CAMERA

string homeassistant.components.google_assistant.const.TYPE_CAMERA = f"{PREFIX_TYPES}CAMERA"

Definition at line 79 of file const.py.

◆ TYPE_CARBON_MONOXIDE_DETECTOR

string homeassistant.components.google_assistant.const.TYPE_CARBON_MONOXIDE_DETECTOR = f"{PREFIX_TYPES}CARBON_MONOXIDE_DETECTOR"

Definition at line 81 of file const.py.

◆ TYPE_CURTAIN

string homeassistant.components.google_assistant.const.TYPE_CURTAIN = f"{PREFIX_TYPES}CURTAIN"

Definition at line 80 of file const.py.

◆ TYPE_DEHUMIDIFIER

string homeassistant.components.google_assistant.const.TYPE_DEHUMIDIFIER = f"{PREFIX_TYPES}DEHUMIDIFIER"

Definition at line 82 of file const.py.

◆ TYPE_DOOR

string homeassistant.components.google_assistant.const.TYPE_DOOR = f"{PREFIX_TYPES}DOOR"

Definition at line 83 of file const.py.

◆ TYPE_DOORBELL

string homeassistant.components.google_assistant.const.TYPE_DOORBELL = f"{PREFIX_TYPES}DOORBELL"

Definition at line 84 of file const.py.

◆ TYPE_FAN

string homeassistant.components.google_assistant.const.TYPE_FAN = f"{PREFIX_TYPES}FAN"

Definition at line 85 of file const.py.

◆ TYPE_GARAGE

string homeassistant.components.google_assistant.const.TYPE_GARAGE = f"{PREFIX_TYPES}GARAGE"

Definition at line 86 of file const.py.

◆ TYPE_GATE

string homeassistant.components.google_assistant.const.TYPE_GATE = f"{PREFIX_TYPES}GATE"

Definition at line 87 of file const.py.

◆ TYPE_HUMIDIFIER

string homeassistant.components.google_assistant.const.TYPE_HUMIDIFIER = f"{PREFIX_TYPES}HUMIDIFIER"

Definition at line 88 of file const.py.

◆ TYPE_LIGHT

string homeassistant.components.google_assistant.const.TYPE_LIGHT = f"{PREFIX_TYPES}LIGHT"

Definition at line 89 of file const.py.

◆ TYPE_LOCK

string homeassistant.components.google_assistant.const.TYPE_LOCK = f"{PREFIX_TYPES}LOCK"

Definition at line 90 of file const.py.

◆ TYPE_OUTLET

string homeassistant.components.google_assistant.const.TYPE_OUTLET = f"{PREFIX_TYPES}OUTLET"

Definition at line 91 of file const.py.

◆ TYPE_RECEIVER

string homeassistant.components.google_assistant.const.TYPE_RECEIVER = f"{PREFIX_TYPES}AUDIO_VIDEO_RECEIVER"

Definition at line 92 of file const.py.

◆ TYPE_SCENE

string homeassistant.components.google_assistant.const.TYPE_SCENE = f"{PREFIX_TYPES}SCENE"

Definition at line 93 of file const.py.

◆ TYPE_SENSOR

string homeassistant.components.google_assistant.const.TYPE_SENSOR = f"{PREFIX_TYPES}SENSOR"

Definition at line 94 of file const.py.

◆ TYPE_SETTOP

string homeassistant.components.google_assistant.const.TYPE_SETTOP = f"{PREFIX_TYPES}SETTOP"

Definition at line 95 of file const.py.

◆ TYPE_SHUTTER

string homeassistant.components.google_assistant.const.TYPE_SHUTTER = f"{PREFIX_TYPES}SHUTTER"

Definition at line 96 of file const.py.

◆ TYPE_SMOKE_DETECTOR

string homeassistant.components.google_assistant.const.TYPE_SMOKE_DETECTOR = f"{PREFIX_TYPES}SMOKE_DETECTOR"

Definition at line 97 of file const.py.

◆ TYPE_SPEAKER

string homeassistant.components.google_assistant.const.TYPE_SPEAKER = f"{PREFIX_TYPES}SPEAKER"

Definition at line 98 of file const.py.

◆ TYPE_SWITCH

string homeassistant.components.google_assistant.const.TYPE_SWITCH = f"{PREFIX_TYPES}SWITCH"

Definition at line 99 of file const.py.

◆ TYPE_THERMOSTAT

string homeassistant.components.google_assistant.const.TYPE_THERMOSTAT = f"{PREFIX_TYPES}THERMOSTAT"

Definition at line 100 of file const.py.

◆ TYPE_TV

string homeassistant.components.google_assistant.const.TYPE_TV = f"{PREFIX_TYPES}TV"

Definition at line 101 of file const.py.

◆ TYPE_VACUUM

string homeassistant.components.google_assistant.const.TYPE_VACUUM = f"{PREFIX_TYPES}VACUUM"

Definition at line 103 of file const.py.

◆ TYPE_VALVE

string homeassistant.components.google_assistant.const.TYPE_VALVE = f"{PREFIX_TYPES}VALVE"

Definition at line 104 of file const.py.

◆ TYPE_WATERHEATER

string homeassistant.components.google_assistant.const.TYPE_WATERHEATER = f"{PREFIX_TYPES}WATERHEATER"

Definition at line 105 of file const.py.

◆ TYPE_WINDOW

string homeassistant.components.google_assistant.const.TYPE_WINDOW = f"{PREFIX_TYPES}WINDOW"

Definition at line 102 of file const.py.