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

Static Public Attributes

 available
 
 device_class
 
 entity_category
 
 entity_registry_enabled_default
 
 extra_state_attributes
 
 Final
 
 has_entity_name
 
 key
 
 name
 
 native_unit_of_measurement
 
 options
 
 options_fn
 
 removal_condition
 
 state_class
 
 sub_key
 
 suggested_display_precision
 
 suggested_unit_of_measurement
 
 translation_key
 
 unit
 
 use_polling_coordinator
 
 value
 
- Static Public Attributes inherited from homeassistant.components.shelly.entity.RestEntityDescription
 None
 
 str
 
- Static Public Attributes inherited from homeassistant.helpers.entity.EntityDescription
 bool
 
 None
 
- Static Public Attributes inherited from homeassistant.components.sensor.SensorEntityDescription
 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

Class to describe a REST sensor.

Definition at line 75 of file sensor.py.

Member Data Documentation

◆ available

homeassistant.components.shelly.sensor.RestSensorDescription.available
static

Definition at line 87 of file sensor.py.

◆ device_class

homeassistant.components.shelly.sensor.RestSensorDescription.device_class
static

Definition at line 84 of file sensor.py.

◆ entity_category

homeassistant.components.shelly.sensor.RestSensorDescription.entity_category
static

Definition at line 88 of file sensor.py.

◆ entity_registry_enabled_default

homeassistant.components.shelly.sensor.RestSensorDescription.entity_registry_enabled_default
static

Definition at line 97 of file sensor.py.

◆ extra_state_attributes

homeassistant.components.shelly.sensor.RestSensorDescription.extra_state_attributes
static

Definition at line 299 of file sensor.py.

◆ Final

homeassistant.components.shelly.sensor.RestSensorDescription.Final
static

Definition at line 340 of file sensor.py.

◆ has_entity_name

homeassistant.components.shelly.sensor.RestSensorDescription.has_entity_name
static

Definition at line 1187 of file sensor.py.

◆ key

homeassistant.components.shelly.sensor.RestSensorDescription.key
static

Definition at line 81 of file sensor.py.

◆ name

homeassistant.components.shelly.sensor.RestSensorDescription.name
static

Definition at line 82 of file sensor.py.

◆ native_unit_of_measurement

homeassistant.components.shelly.sensor.RestSensorDescription.native_unit_of_measurement
static

Definition at line 83 of file sensor.py.

◆ options

homeassistant.components.shelly.sensor.RestSensorDescription.options
static

Definition at line 316 of file sensor.py.

◆ options_fn

homeassistant.components.shelly.sensor.RestSensorDescription.options_fn
static

Definition at line 1201 of file sensor.py.

◆ removal_condition

homeassistant.components.shelly.sensor.RestSensorDescription.removal_condition
static

Definition at line 86 of file sensor.py.

◆ state_class

homeassistant.components.shelly.sensor.RestSensorDescription.state_class
static

Definition at line 85 of file sensor.py.

◆ sub_key

homeassistant.components.shelly.sensor.RestSensorDescription.sub_key
static

Definition at line 365 of file sensor.py.

◆ suggested_display_precision

homeassistant.components.shelly.sensor.RestSensorDescription.suggested_display_precision
static

Definition at line 94 of file sensor.py.

◆ suggested_unit_of_measurement

homeassistant.components.shelly.sensor.RestSensorDescription.suggested_unit_of_measurement
static

Definition at line 184 of file sensor.py.

◆ translation_key

homeassistant.components.shelly.sensor.RestSensorDescription.translation_key
static

Definition at line 245 of file sensor.py.

◆ unit

homeassistant.components.shelly.sensor.RestSensorDescription.unit
static

Definition at line 1138 of file sensor.py.

◆ use_polling_coordinator

homeassistant.components.shelly.sensor.RestSensorDescription.use_polling_coordinator
static

Definition at line 1003 of file sensor.py.

◆ value

homeassistant.components.shelly.sensor.RestSensorDescription.value
static

Definition at line 185 of file sensor.py.


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