Functions | |
| bool|None | async_check_significant_change (HomeAssistant hass, str old_state, dict old_attrs, str new_state, dict new_attrs, **Any kwargs) |
Helper to test significant update state changes.
| bool | None homeassistant.components.update.significant_change.async_check_significant_change | ( | HomeAssistant | hass, |
| str | old_state, | ||
| dict | old_attrs, | ||
| str | new_state, | ||
| dict | new_attrs, | ||
| **Any | kwargs | ||
| ) |
Test if state significantly changed.
Definition at line 13 of file significant_change.py.