Go to the source code of this file.
Namespaces | |
| homeassistant.components.number.significant_change | |
Functions | |
| bool | homeassistant.components.number.significant_change._absolute_and_relative_change (float|None old_state, float|None new_state, float absolute_change, float percentage_change) |
| bool|None | homeassistant.components.number.significant_change.async_check_significant_change (HomeAssistant hass, str old_state, dict old_attrs, str new_state, dict new_attrs, **Any kwargs) |