Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.palazzetti.sensor.PropertySensorEntityDescription Class Reference
Inheritance diagram for homeassistant.components.palazzetti.sensor.PropertySensorEntityDescription:
[legend]
Collaboration diagram for homeassistant.components.palazzetti.sensor.PropertySensorEntityDescription:
[legend]

Static Public Attributes

 client_property
 
 device_class
 
 key
 
 native_unit_of_measurement
 
 presence_flag
 
 state_class
 
 str
 
 translation_key
 
- Static Public Attributes inherited from homeassistant.components.sensor.SensorEntityDescription
 None
 
- Static Public Attributes inherited from homeassistant.helpers.entity.EntityDescription
 bool
 
 None
 

Additional Inherited Members

- Public Member Functions inherited from homeassistant.util.frozen_dataclass_compat.FrozenOrThawed
None __init__ (cls, str name, tuple[type,...] bases, dict[Any, Any] namespace, **Any kwargs)
 
Any __new__ (mcs, str name, tuple[type,...] bases, dict[Any, Any] namespace, bool frozen_or_thawed=False, **Any kwargs)
 

Detailed Description

Describes a Palazzetti sensor entity that is read from a `PalazzettiClient` property.

Definition at line 22 of file sensor.py.

Member Data Documentation

◆ client_property

homeassistant.components.palazzetti.sensor.PropertySensorEntityDescription.client_property
static

Definition at line 36 of file sensor.py.

◆ device_class

homeassistant.components.palazzetti.sensor.PropertySensorEntityDescription.device_class
static

Definition at line 32 of file sensor.py.

◆ key

homeassistant.components.palazzetti.sensor.PropertySensorEntityDescription.key
static

Definition at line 31 of file sensor.py.

◆ native_unit_of_measurement

homeassistant.components.palazzetti.sensor.PropertySensorEntityDescription.native_unit_of_measurement
static

Definition at line 33 of file sensor.py.

◆ presence_flag

homeassistant.components.palazzetti.sensor.PropertySensorEntityDescription.presence_flag
static

Definition at line 44 of file sensor.py.

◆ state_class

homeassistant.components.palazzetti.sensor.PropertySensorEntityDescription.state_class
static

Definition at line 34 of file sensor.py.

◆ str

homeassistant.components.palazzetti.sensor.PropertySensorEntityDescription.str
static

Definition at line 26 of file sensor.py.

◆ translation_key

homeassistant.components.palazzetti.sensor.PropertySensorEntityDescription.translation_key
static

Definition at line 35 of file sensor.py.


The documentation for this class was generated from the following file: