Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.temperature Namespace Reference

Functions

float|None display_temp (HomeAssistant hass, float|None temperature, str unit, float precision)
 

Detailed Description

Temperature helpers for Home Assistant.

Function Documentation

◆ display_temp()

float | None homeassistant.helpers.temperature.display_temp ( HomeAssistant  hass,
float | None  temperature,
str  unit,
float   precision 
)
Convert temperature into preferred units/precision for display.

Definition at line 12 of file temperature.py.