Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.zwave_js.discovery_data_template.FanValueMappingDataTemplate Class Reference
Inheritance diagram for homeassistant.components.zwave_js.discovery_data_template.FanValueMappingDataTemplate:
[legend]

Public Member Functions

FanValueMapping|None get_fan_value_mapping (self, dict[str, Any] resolved_data)
 

Detailed Description

Mixin to define `get_fan_value_mapping`.

Definition at line 513 of file discovery_data_template.py.

Member Function Documentation

◆ get_fan_value_mapping()

FanValueMapping | None homeassistant.components.zwave_js.discovery_data_template.FanValueMappingDataTemplate.get_fan_value_mapping (   self,
dict[str, Any]   resolved_data 
)
Get the value mappings for this device.

Definition at line 516 of file discovery_data_template.py.


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