Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.zwave_js.discovery_data_template.FanValueMapping Class Reference

Public Member Functions

None __post_init__ (self)
 

Static Public Attributes

 default_factory
 

Detailed Description

Data class to represent how a fan's values map to features.

Definition at line 494 of file discovery_data_template.py.

Member Function Documentation

◆ __post_init__()

None homeassistant.components.zwave_js.discovery_data_template.FanValueMapping.__post_init__ (   self)
Validate inputs.

These inputs are hardcoded in `discovery.py`, so these checks should
only fail due to developer error.

Definition at line 500 of file discovery_data_template.py.

Member Data Documentation

◆ default_factory

homeassistant.components.zwave_js.discovery_data_template.FanValueMapping.default_factory
static

Definition at line 497 of file discovery_data_template.py.


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