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

Public Member Functions

datetime|StateType get_native_value (self, WeatherFlowDevice device)
 
- 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)
 

Static Public Attributes

 default_factory
 
 device_class
 
 entity_category
 
 entity_registry_enabled_default
 
 event_subscriptions
 
 imperial_suggested_unit
 
 key
 Wind Sensors. More...
 
 native_unit_of_measurement
 
 None
 
 options
 
 raw_data_conv_fn
 
 state_class
 
 suggested_display_precision
 
 translation_key
 
- Static Public Attributes inherited from homeassistant.components.sensor.SensorEntityDescription
 None
 
- Static Public Attributes inherited from homeassistant.helpers.entity.EntityDescription
 bool
 
 None
 

Detailed Description

Describes WeatherFlow sensor entity.

Definition at line 58 of file sensor.py.

Member Function Documentation

◆ get_native_value()

datetime | StateType homeassistant.components.weatherflow.sensor.WeatherFlowSensorEntityDescription.get_native_value (   self,
WeatherFlowDevice  device 
)
Return the parsed sensor value.

Definition at line 66 of file sensor.py.

Member Data Documentation

◆ default_factory

homeassistant.components.weatherflow.sensor.WeatherFlowSensorEntityDescription.default_factory
static

Definition at line 63 of file sensor.py.

◆ device_class

homeassistant.components.weatherflow.sensor.WeatherFlowSensorEntityDescription.device_class
static

Definition at line 85 of file sensor.py.

◆ entity_category

homeassistant.components.weatherflow.sensor.WeatherFlowSensorEntityDescription.entity_category
static

Definition at line 122 of file sensor.py.

◆ entity_registry_enabled_default

homeassistant.components.weatherflow.sensor.WeatherFlowSensorEntityDescription.entity_registry_enabled_default
static

Definition at line 183 of file sensor.py.

◆ event_subscriptions

homeassistant.components.weatherflow.sensor.WeatherFlowSensorEntityDescription.event_subscriptions
static

Definition at line 184 of file sensor.py.

◆ imperial_suggested_unit

homeassistant.components.weatherflow.sensor.WeatherFlowSensorEntityDescription.imperial_suggested_unit
static

Definition at line 160 of file sensor.py.

◆ key

homeassistant.components.weatherflow.sensor.WeatherFlowSensorEntityDescription.key
static

Wind Sensors.

Definition at line 75 of file sensor.py.

◆ native_unit_of_measurement

homeassistant.components.weatherflow.sensor.WeatherFlowSensorEntityDescription.native_unit_of_measurement
static

Definition at line 77 of file sensor.py.

◆ None

homeassistant.components.weatherflow.sensor.WeatherFlowSensorEntityDescription.None
static

Definition at line 64 of file sensor.py.

◆ options

homeassistant.components.weatherflow.sensor.WeatherFlowSensorEntityDescription.options
static

Definition at line 152 of file sensor.py.

◆ raw_data_conv_fn

homeassistant.components.weatherflow.sensor.WeatherFlowSensorEntityDescription.raw_data_conv_fn
static

Definition at line 80 of file sensor.py.

◆ state_class

homeassistant.components.weatherflow.sensor.WeatherFlowSensorEntityDescription.state_class
static

Definition at line 78 of file sensor.py.

◆ suggested_display_precision

homeassistant.components.weatherflow.sensor.WeatherFlowSensorEntityDescription.suggested_display_precision
static

Definition at line 79 of file sensor.py.

◆ translation_key

homeassistant.components.weatherflow.sensor.WeatherFlowSensorEntityDescription.translation_key
static

Definition at line 76 of file sensor.py.


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