Public Member Functions | |
| bool|None | async_check_significant_change (self, HomeAssistant hass, str old_state, Mapping[str, Any] old_attrs, str new_state, Mapping[str, Any] new_attrs) |
Define the format of significant_change platforms.
Definition at line 69 of file significant_change.py.
| bool | None homeassistant.helpers.significant_change.SignificantChangeProtocol.async_check_significant_change | ( | self, | |
| HomeAssistant | hass, | ||
| str | old_state, | ||
| Mapping[str, Any] | old_attrs, | ||
| str | new_state, | ||
| Mapping[str, Any] | new_attrs | ||
| ) |
Test if state significantly changed.
Definition at line 72 of file significant_change.py.