Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.fritzbox_callmonitor.sensor.CallState Class Reference
Inheritance diagram for homeassistant.components.fritzbox_callmonitor.sensor.CallState:
[legend]
Collaboration diagram for homeassistant.components.fritzbox_callmonitor.sensor.CallState:
[legend]

Static Public Attributes

string DIALING = "dialing"
 
string IDLE = "idle"
 
string RINGING = "ringing"
 
string TALKING = "talking"
 

Detailed Description

Fritz sensor call states.

Definition at line 39 of file sensor.py.

Member Data Documentation

◆ DIALING

string homeassistant.components.fritzbox_callmonitor.sensor.CallState.DIALING = "dialing"
static

Definition at line 43 of file sensor.py.

◆ IDLE

string homeassistant.components.fritzbox_callmonitor.sensor.CallState.IDLE = "idle"
static

Definition at line 45 of file sensor.py.

◆ RINGING

string homeassistant.components.fritzbox_callmonitor.sensor.CallState.RINGING = "ringing"
static

Definition at line 42 of file sensor.py.

◆ TALKING

string homeassistant.components.fritzbox_callmonitor.sensor.CallState.TALKING = "talking"
static

Definition at line 44 of file sensor.py.


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