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

Classes

class  PingSensor
 
class  PingSensorEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, PingConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Detailed Description

Sensor platform that for Ping integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.ping.sensor.async_setup_entry ( HomeAssistant  hass,
PingConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up Ping sensors from config entry.

Definition at line 78 of file sensor.py.