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

Classes

class  MeaterProbeTemperature
 
class  MeaterSensorEntityDescription
 

Functions

datetime|None _elapsed_time_to_timestamp (MeaterProbe probe)
 
datetime|None _remaining_time_to_timestamp (MeaterProbe probe)
 
None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

tuple SENSOR_TYPES
 

Detailed Description

The Meater Temperature Probe integration.

Function Documentation

◆ _elapsed_time_to_timestamp()

datetime | None homeassistant.components.meater.sensor._elapsed_time_to_timestamp ( MeaterProbe  probe)
private
Convert elapsed time to timestamp.

Definition at line 39 of file sensor.py.

◆ _remaining_time_to_timestamp()

datetime | None homeassistant.components.meater.sensor._remaining_time_to_timestamp ( MeaterProbe  probe)
private
Convert remaining time to timestamp.

Definition at line 46 of file sensor.py.

◆ async_setup_entry()

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

Definition at line 138 of file sensor.py.

Variable Documentation

◆ SENSOR_TYPES

tuple homeassistant.components.meater.sensor.SENSOR_TYPES

Definition at line 57 of file sensor.py.