Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.nest.device_info Namespace Reference

Classes

class  NestDeviceInfo
 

Functions

Mapping[str, Device] async_nest_devices (HomeAssistant hass)
 
Mapping[str, Device] async_nest_devices_by_device_id (HomeAssistant hass)
 

Detailed Description

Library for extracting device specific information common to entities.

Function Documentation

◆ async_nest_devices()

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.

◆ async_nest_devices_by_device_id()

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.