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

Classes

class  MinutPointSensor
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Minut Point sensors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.point.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up a Point's sensors based on a config entry.

Definition at line 48 of file sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file sensor.py.