Namespaces | |
| api | |
| application_credentials | |
| camera | |
| climate | |
| config_flow | |
| const | |
| device_info | |
| device_trigger | |
| diagnostics | |
| event | |
| events | |
| media_source | |
| sensor | |
Classes | |
| class | NestEventMediaThumbnailView |
| class | NestEventMediaView |
| class | NestEventViewBase |
| class | SignalUpdateCallback |
Functions | |
| None | async_remove_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| int | EVENT_MEDIA_CACHE_SIZE = 256 |
| list | PLATFORMS = [Platform.CAMERA, Platform.CLIMATE, Platform.EVENT, Platform.SENSOR] |
| SENSOR_SCHEMA | |
| int | THUMBNAIL_SIZE_PX = 175 |
Support for Nest devices.
| None homeassistant.components.nest.async_remove_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle removal of pubsub subscriptions created during config flow.
Definition at line 274 of file __init__.py.
| bool homeassistant.components.nest.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up Nest components with dispatch between old/new flows.
Definition at line 114 of file __init__.py.
| bool homeassistant.components.nest.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Nest from a config entry with dispatch between old/new flows.
Definition at line 194 of file __init__.py.
| bool homeassistant.components.nest.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 259 of file __init__.py.
|
private |
Definition at line 76 of file __init__.py.
| homeassistant.components.nest.CONFIG_SCHEMA |
Definition at line 83 of file __init__.py.
| int homeassistant.components.nest.EVENT_MEDIA_CACHE_SIZE = 256 |
Definition at line 109 of file __init__.py.
| list homeassistant.components.nest.PLATFORMS = [Platform.CAMERA, Platform.CLIMATE, Platform.EVENT, Platform.SENSOR] |
Definition at line 103 of file __init__.py.
| homeassistant.components.nest.SENSOR_SCHEMA |
Definition at line 79 of file __init__.py.
| int homeassistant.components.nest.THUMBNAIL_SIZE_PX = 175 |
Definition at line 111 of file __init__.py.