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

Static Public Attributes

 key
 
 max_value_fn
 
 min_value_fn
 
 native_step
 
 set_value_fn
 
 translation_key
 
- Static Public Attributes inherited from homeassistant.components.number.NumberEntityDescription
 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 Wallbox number entity.

Definition at line 44 of file number.py.

Member Data Documentation

◆ key

homeassistant.components.wallbox.number.WallboxNumberEntityDescription.key
static

Definition at line 54 of file number.py.

◆ max_value_fn

homeassistant.components.wallbox.number.WallboxNumberEntityDescription.max_value_fn
static

Definition at line 56 of file number.py.

◆ min_value_fn

homeassistant.components.wallbox.number.WallboxNumberEntityDescription.min_value_fn
static

Definition at line 59 of file number.py.

◆ native_step

homeassistant.components.wallbox.number.WallboxNumberEntityDescription.native_step
static

Definition at line 61 of file number.py.

◆ set_value_fn

homeassistant.components.wallbox.number.WallboxNumberEntityDescription.set_value_fn
static

Definition at line 60 of file number.py.

◆ translation_key

homeassistant.components.wallbox.number.WallboxNumberEntityDescription.translation_key
static

Definition at line 55 of file number.py.


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