Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.camera.const .CameraState Class Reference
Inheritance diagram for homeassistant.components.camera.const .CameraState:
[legend]
Collaboration diagram for homeassistant.components.camera.const .CameraState:
[legend]

Static Public Attributes

string IDLE = "idle"
 
string RECORDING = "recording"
 
string STREAMING = "streaming"
 

Detailed Description

Camera entity states.

Definition at line 40 of file const.py.

Member Data Documentation

◆ IDLE

string homeassistant.components.camera.const .CameraState.IDLE = "idle"
static

Definition at line 45 of file const.py.

◆ RECORDING

string homeassistant.components.camera.const .CameraState.RECORDING = "recording"
static

Definition at line 43 of file const.py.

◆ STREAMING

string homeassistant.components.camera.const .CameraState.STREAMING = "streaming"
static

Definition at line 44 of file const.py.


The documentation for this class was generated from the following file: