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

Classes

class  OpenGarageSensor
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Platform for the opengarage.io sensor component.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.opengarage.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the OpenGarage sensors.

Definition at line 61 of file sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 29 of file sensor.py.