Classes | |
| class | NestDeviceInfo |
Functions | |
| Mapping[str, Device] | async_nest_devices (HomeAssistant hass) |
| Mapping[str, Device] | async_nest_devices_by_device_id (HomeAssistant hass) |
Library for extracting device specific information common to entities.
| Mapping[str, Device] homeassistant.components.nest.device_info.async_nest_devices | ( | HomeAssistant | hass | ) |
Return a mapping of all nest devices for all config entries.
Definition at line 82 of file device_info.py.
| Mapping[str, Device] homeassistant.components.nest.device_info.async_nest_devices_by_device_id | ( | HomeAssistant | hass | ) |
Return a mapping of all nest devices by home assistant device id, for all config entries.
Definition at line 95 of file device_info.py.