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

Static Public Attributes

 available
 
 entity_category
 
 Final
 
 has_entity_name
 
 key
 
 max_fn
 
 min_fn
 
 mode
 
 mode_fn
 
 name
 
 native_max_value
 
 native_min_value
 
 native_step
 
 native_unit_of_measurement
 
 None
 
 rest_arg
 
 rest_path
 
 step_fn
 
 sub_key
 
 translation_key
 
 unit
 
- Static Public Attributes inherited from homeassistant.components.shelly.entity.RpcEntityDescription
 bool
 
 Callable
 
 None
 
 str
 
- Static Public Attributes inherited from homeassistant.helpers.entity.EntityDescription
 bool
 
 None
 
- Static Public Attributes inherited from homeassistant.components.number.NumberEntityDescription
 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 RPC number entity.

Definition at line 53 of file number.py.

Member Data Documentation

◆ available

homeassistant.components.shelly.number.RpcNumberDescription.available
static

Definition at line 68 of file number.py.

◆ entity_category

homeassistant.components.shelly.number.RpcNumberDescription.entity_category
static

Definition at line 69 of file number.py.

◆ Final

homeassistant.components.shelly.number.RpcNumberDescription.Final
static

Definition at line 80 of file number.py.

◆ has_entity_name

homeassistant.components.shelly.number.RpcNumberDescription.has_entity_name
static

Definition at line 84 of file number.py.

◆ key

homeassistant.components.shelly.number.RpcNumberDescription.key
static

Definition at line 64 of file number.py.

◆ max_fn

homeassistant.components.shelly.number.RpcNumberDescription.max_fn
static

Definition at line 85 of file number.py.

◆ min_fn

homeassistant.components.shelly.number.RpcNumberDescription.min_fn
static

Definition at line 86 of file number.py.

◆ mode

homeassistant.components.shelly.number.RpcNumberDescription.mode
static

Definition at line 73 of file number.py.

◆ mode_fn

homeassistant.components.shelly.number.RpcNumberDescription.mode_fn
static

Definition at line 87 of file number.py.

◆ name

homeassistant.components.shelly.number.RpcNumberDescription.name
static

Definition at line 66 of file number.py.

◆ native_max_value

homeassistant.components.shelly.number.RpcNumberDescription.native_max_value
static

Definition at line 71 of file number.py.

◆ native_min_value

homeassistant.components.shelly.number.RpcNumberDescription.native_min_value
static

Definition at line 70 of file number.py.

◆ native_step

homeassistant.components.shelly.number.RpcNumberDescription.native_step
static

Definition at line 72 of file number.py.

◆ native_unit_of_measurement

homeassistant.components.shelly.number.RpcNumberDescription.native_unit_of_measurement
static

Definition at line 67 of file number.py.

◆ None

homeassistant.components.shelly.number.RpcNumberDescription.None
static

Definition at line 56 of file number.py.

◆ rest_arg

homeassistant.components.shelly.number.RpcNumberDescription.rest_arg
static

Definition at line 75 of file number.py.

◆ rest_path

homeassistant.components.shelly.number.RpcNumberDescription.rest_path
static

Definition at line 74 of file number.py.

◆ step_fn

homeassistant.components.shelly.number.RpcNumberDescription.step_fn
static

Definition at line 90 of file number.py.

◆ sub_key

homeassistant.components.shelly.number.RpcNumberDescription.sub_key
static

Definition at line 83 of file number.py.

◆ translation_key

homeassistant.components.shelly.number.RpcNumberDescription.translation_key
static

Definition at line 65 of file number.py.

◆ unit

homeassistant.components.shelly.number.RpcNumberDescription.unit
static

Definition at line 92 of file number.py.


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