Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ping.const Namespace Reference

Variables

string CONF_IMPORTED_BY = "imported_by"
 
string CONF_PING_COUNT = "count"
 
int DEFAULT_PING_COUNT = 5
 
string DOMAIN = "ping"
 
int ICMP_TIMEOUT = 1
 
int PING_ATTEMPTS_COUNT = 3
 
int PING_TIMEOUT = 3
 

Detailed Description

Tracks devices by sending a ICMP echo request (ping).

Variable Documentation

◆ CONF_IMPORTED_BY

string homeassistant.components.ping.const.CONF_IMPORTED_BY = "imported_by"

Definition at line 19 of file const.py.

◆ CONF_PING_COUNT

string homeassistant.components.ping.const.CONF_PING_COUNT = "count"

Definition at line 18 of file const.py.

◆ DEFAULT_PING_COUNT

int homeassistant.components.ping.const.DEFAULT_PING_COUNT = 5

Definition at line 20 of file const.py.

◆ DOMAIN

string homeassistant.components.ping.const.DOMAIN = "ping"

Definition at line 16 of file const.py.

◆ ICMP_TIMEOUT

int homeassistant.components.ping.const.ICMP_TIMEOUT = 1

Definition at line 12 of file const.py.

◆ PING_ATTEMPTS_COUNT

int homeassistant.components.ping.const.PING_ATTEMPTS_COUNT = 3

Definition at line 14 of file const.py.

◆ PING_TIMEOUT

int homeassistant.components.ping.const.PING_TIMEOUT = 3

Definition at line 9 of file const.py.