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

Variables

dictionary DEVICE_TRAIT_TRIGGER_MAP
 
string EVENT_CAMERA_MOTION = "camera_motion"
 
string EVENT_CAMERA_PERSON = "camera_person"
 
string EVENT_CAMERA_SOUND = "camera_sound"
 
string EVENT_DOORBELL_CHIME = "doorbell_chime"
 
dictionary EVENT_NAME_MAP
 
dictionary MEDIA_SOURCE_EVENT_TITLE_MAP
 
string NEST_EVENT = "nest_event"
 

Detailed Description

Library from Pub/sub messages, events and device triggers.

Variable Documentation

◆ DEVICE_TRAIT_TRIGGER_MAP

dictionary homeassistant.components.nest.events.DEVICE_TRAIT_TRIGGER_MAP
Initial value:
1 = {
2  DoorbellChimeTrait.NAME.value: EVENT_DOORBELL_CHIME,
3  CameraMotionTrait.NAME.value: EVENT_CAMERA_MOTION,
4  CameraPersonTrait.NAME.value: EVENT_CAMERA_PERSON,
5  CameraSoundTrait.NAME.value: EVENT_CAMERA_SOUND,
6 }

Definition at line 46 of file events.py.

◆ EVENT_CAMERA_MOTION

string homeassistant.components.nest.events.EVENT_CAMERA_MOTION = "camera_motion"

Definition at line 39 of file events.py.

◆ EVENT_CAMERA_PERSON

string homeassistant.components.nest.events.EVENT_CAMERA_PERSON = "camera_person"

Definition at line 40 of file events.py.

◆ EVENT_CAMERA_SOUND

string homeassistant.components.nest.events.EVENT_CAMERA_SOUND = "camera_sound"

Definition at line 41 of file events.py.

◆ EVENT_DOORBELL_CHIME

string homeassistant.components.nest.events.EVENT_DOORBELL_CHIME = "doorbell_chime"

Definition at line 38 of file events.py.

◆ EVENT_NAME_MAP

dictionary homeassistant.components.nest.events.EVENT_NAME_MAP
Initial value:
1 = {
2  DoorbellChimeEvent.NAME.value: EVENT_DOORBELL_CHIME,
3  CameraMotionEvent.NAME.value: EVENT_CAMERA_MOTION,
4  CameraPersonEvent.NAME.value: EVENT_CAMERA_PERSON,
5  CameraSoundEvent.NAME.value: EVENT_CAMERA_SOUND,
6 }

Definition at line 56 of file events.py.

◆ MEDIA_SOURCE_EVENT_TITLE_MAP

dictionary homeassistant.components.nest.events.MEDIA_SOURCE_EVENT_TITLE_MAP
Initial value:
1 = {
2  DoorbellChimeEvent.NAME.value: "Doorbell",
3  CameraMotionEvent.NAME.value: "Motion",
4  CameraPersonEvent.NAME.value: "Person",
5  CameraSoundEvent.NAME.value: "Sound",
6 }

Definition at line 64 of file events.py.

◆ NEST_EVENT

string homeassistant.components.nest.events.NEST_EVENT = "nest_event"

Definition at line 16 of file events.py.