Classes | |
| class | CloudGoogleConfig |
Functions | |
| bool | _supported_legacy (HomeAssistant hass, str entity_id) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CLOUD_GOOGLE = f"{CLOUD_DOMAIN}.{GOOGLE_DOMAIN}" |
| dictionary | SUPPORTED_BINARY_SENSOR_DEVICE_CLASSES |
| dictionary | SUPPORTED_DOMAINS |
| dictionary | SUPPORTED_SENSOR_DEVICE_CLASSES |
Google config for Cloud.
|
private |
Return if the entity is supported. This is called when migrating from legacy config format to avoid exposing all binary sensors and sensors.
Definition at line 102 of file google_config.py.
|
private |
Definition at line 53 of file google_config.py.
| string homeassistant.components.cloud.google_config.CLOUD_GOOGLE = f"{CLOUD_DOMAIN}.{GOOGLE_DOMAIN}" |
Definition at line 55 of file google_config.py.
| dictionary homeassistant.components.cloud.google_config.SUPPORTED_BINARY_SENSOR_DEVICE_CLASSES |
Definition at line 80 of file google_config.py.
| dictionary homeassistant.components.cloud.google_config.SUPPORTED_DOMAINS |
Definition at line 58 of file google_config.py.
| dictionary homeassistant.components.cloud.google_config.SUPPORTED_SENSOR_DEVICE_CLASSES |
Definition at line 90 of file google_config.py.