Home Assistant Unofficial Reference 2024.12.1
significant_change.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.sensor.significant_change
 

Functions

bool homeassistant.components.sensor.significant_change._absolute_and_relative_change (float|None old_state, float|None new_state, float absolute_change, float percentage_change)
 
bool|None homeassistant.components.sensor.significant_change.async_check_significant_change (HomeAssistant hass, str old_state, dict old_attrs, str new_state, dict new_attrs, **Any kwargs)