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 | |
The base class for handling the data retrieval.
Definition at line 28 of file helpers.py.
| 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.
|
private |
Definition at line 38 of file helpers.py.
|
static |
Definition at line 32 of file helpers.py.
| homeassistant.components.ping.helpers.PingData.hass |
Definition at line 36 of file helpers.py.
| homeassistant.components.ping.helpers.PingData.ip_address |
Definition at line 37 of file helpers.py.
|
static |
Definition at line 31 of file helpers.py.