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

Classes

class  NZBGetSensor
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Monitor the NZBGet API.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.nzbget.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up NZBGet sensor based on a config entry.

Definition at line 93 of file sensor.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.nzbget.sensor._LOGGER = logging.getLogger(__name__)
private

Definition at line 24 of file sensor.py.