Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ping.helpers.PingData Class Reference
Inheritance diagram for homeassistant.components.ping.helpers.PingData:
[legend]

Public Member Functions

None __init__ (self, HomeAssistant hass, str host, int count)
 

Public Attributes

 hass
 
 ip_address
 

Static Public Attributes

 bool
 
 None
 

Private Attributes

 _count
 

Detailed Description

The base class for handling the data retrieval.

Definition at line 28 of file helpers.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.ping.helpers.PingData.__init__ (   self,
HomeAssistant  hass,
str  host,
int  count 
)
Initialize the data object.

Definition at line 34 of file helpers.py.

Member Data Documentation

◆ _count

homeassistant.components.ping.helpers.PingData._count
private

Definition at line 38 of file helpers.py.

◆ bool

homeassistant.components.ping.helpers.PingData.bool
static

Definition at line 32 of file helpers.py.

◆ hass

homeassistant.components.ping.helpers.PingData.hass

Definition at line 36 of file helpers.py.

◆ ip_address

homeassistant.components.ping.helpers.PingData.ip_address

Definition at line 37 of file helpers.py.

◆ None

homeassistant.components.ping.helpers.PingData.None
static

Definition at line 31 of file helpers.py.


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