Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.ipp.sensor.IPPSensor
 
class  homeassistant.components.ipp.sensor.IPPSensorEntityDescription
 

Namespaces

 homeassistant.components.ipp.sensor
 

Functions

Callable[[Printer], dict[Any, StateType]] homeassistant.components.ipp.sensor._get_marker_attributes_fn (int marker_index, Callable[[Marker], dict[Any, StateType]] attributes_fn)
 
Callable[[Printer], StateType|datetime] homeassistant.components.ipp.sensor._get_marker_value_fn (int marker_index, Callable[[Marker], StateType|datetime] value_fn)
 
None homeassistant.components.ipp.sensor.async_setup_entry (HomeAssistant hass, IPPConfigEntry entry, AddEntitiesCallback async_add_entities)