Home Assistant Unofficial Reference
2024.12.1
Classes
|
Variables
homeassistant.components.axis.entity Namespace Reference
Classes
class
AxisEntity
class
AxisEventDescription
class
AxisEventEntity
Variables
dictionary
TOPIC_TO_EVENT_TYPE
Detailed Description
Base classes for Axis entities.
Variable Documentation
◆
TOPIC_TO_EVENT_TYPE
dictionary homeassistant.components.axis.entity.TOPIC_TO_EVENT_TYPE
Initial value:
1
= {
2
EventTopic.DAY_NIGHT_VISION:
"DayNight"
,
3
EventTopic.FENCE_GUARD:
"Fence Guard"
,
4
EventTopic.LIGHT_STATUS:
"Light"
,
5
EventTopic.LOITERING_GUARD:
"Loitering Guard"
,
6
EventTopic.MOTION_DETECTION:
"Motion"
,
7
EventTopic.MOTION_DETECTION_3:
"VMD3"
,
8
EventTopic.MOTION_DETECTION_4:
"VMD4"
,
9
EventTopic.MOTION_GUARD:
"Motion Guard"
,
10
EventTopic.OBJECT_ANALYTICS:
"Object Analytics"
,
11
EventTopic.PIR:
"PIR"
,
12
EventTopic.PORT_INPUT:
"Input"
,
13
EventTopic.PORT_SUPERVISED_INPUT:
"Supervised Input"
,
14
EventTopic.PTZ_IS_MOVING:
"is_moving"
,
15
EventTopic.PTZ_ON_PRESET:
"on_preset"
,
16
EventTopic.RELAY:
"Relay"
,
17
EventTopic.SOUND_TRIGGER_LEVEL:
"Sound"
,
18
}
Definition at line
22
of file
entity.py
.
homeassistant
components
axis
entity
Generated by
1.9.1