Classes | |
| class | CloudAlexaConfig |
Functions | |
| bool | entity_supported (HomeAssistant hass, str entity_id) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CLOUD_ALEXA = f"{CLOUD_DOMAIN}.{ALEXA_DOMAIN}" |
| dictionary | SUPPORTED_BINARY_SENSOR_DEVICE_CLASSES |
| dictionary | SUPPORTED_DOMAINS |
| dictionary | SUPPORTED_SENSOR_DEVICE_CLASSES |
| int | SYNC_DELAY = 1 |
Alexa configuration for Home Assistant Cloud.
| bool homeassistant.components.cloud.alexa_config.entity_supported | ( | HomeAssistant | hass, |
| str | entity_id | ||
| ) |
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 105 of file alexa_config.py.
|
private |
Definition at line 56 of file alexa_config.py.
| string homeassistant.components.cloud.alexa_config.CLOUD_ALEXA = f"{CLOUD_DOMAIN}.{ALEXA_DOMAIN}" |
Definition at line 58 of file alexa_config.py.
| dictionary homeassistant.components.cloud.alexa_config.SUPPORTED_BINARY_SENSOR_DEVICE_CLASSES |
Definition at line 91 of file alexa_config.py.
| dictionary homeassistant.components.cloud.alexa_config.SUPPORTED_DOMAINS |
Definition at line 65 of file alexa_config.py.
| dictionary homeassistant.components.cloud.alexa_config.SUPPORTED_SENSOR_DEVICE_CLASSES |
Definition at line 100 of file alexa_config.py.
| int homeassistant.components.cloud.alexa_config.SYNC_DELAY = 1 |
Definition at line 62 of file alexa_config.py.