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

Classes

class  HumiditySensor
 
class  SensorBase
 
class  TemperatureSensor
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
dictionary DEVICE_TYPE_MAP
 

Detailed Description

Support for Google Nest SDM sensors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.nest.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the sensors.

Definition at line 35 of file sensor.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.nest.sensor._LOGGER = logging.getLogger(__name__)
private

Definition at line 24 of file sensor.py.

◆ DEVICE_TYPE_MAP

dictionary homeassistant.components.nest.sensor.DEVICE_TYPE_MAP
Initial value:
1 = {
2  "sdm.devices.types.CAMERA": "Camera",
3  "sdm.devices.types.DISPLAY": "Display",
4  "sdm.devices.types.DOORBELL": "Doorbell",
5  "sdm.devices.types.THERMOSTAT": "Thermostat",
6 }

Definition at line 27 of file sensor.py.