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

Classes

class  GitHubSensorEntity
 
class  GitHubSensorEntityDescription
 

Functions

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

Detailed Description

Sensor platform for the GitHub integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.github.sensor.async_setup_entry ( HomeAssistant  hass,
GithubConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up GitHub sensor based on a config entry.

Definition at line 140 of file sensor.py.