Home Assistant Unofficial Reference 2024.12.1
scaling.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.util.scaling
 

Functions

int homeassistant.util.scaling.int_states_in_range (tuple[float, float] low_high_range)
 
int homeassistant.util.scaling.scale_ranged_value_to_int_range (tuple[float, float] source_low_high_range, tuple[float, float] target_low_high_range, float value)
 
float homeassistant.util.scaling.scale_to_ranged_value (tuple[float, float] source_low_high_range, tuple[float, float] target_low_high_range, float value)
 
float homeassistant.util.scaling.states_in_range (tuple[float, float] low_high_range)