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

Classes

class  PermobilSensor
 
class  PermobilSensorEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, config_entries.ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Platform for sensor integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.permobil.sensor.async_setup_entry ( HomeAssistant  hass,
config_entries.ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Create sensors from a config entry created in the integrations UI.

Definition at line 175 of file sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 41 of file sensor.py.