Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.prusalink.sensor.PrusaLinkSensorEntity
 
class  homeassistant.components.prusalink.sensor.PrusaLinkSensorEntityDescription
 
class  homeassistant.components.prusalink.sensor.PrusaLinkSensorEntityDescriptionMixin
 

Namespaces

 

Functions

None homeassistant.components.prusalink.sensor.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.prusalink.sensor.T = TypeVar("T", PrinterStatus, LegacyPrinterStatus, JobInfo, PrinterInfo)