Public Member Functions | |
| dict[str, Any] | as_dict (self) |
| dict[str, Any] | as_extended_dict (self) |
| dict[str, Any] | as_short_dict (self) |
| dict[str, Any] homeassistant.components.trace.models.BaseTrace.as_dict | ( | self | ) |
| dict[str, Any] homeassistant.components.trace.models.BaseTrace.as_extended_dict | ( | self | ) |
Return an extended dictionary version of this ActionTrace.
Reimplemented in homeassistant.components.trace.models.RestoredTrace, and homeassistant.components.trace.models.ActionTrace.
| dict[str, Any] homeassistant.components.trace.models.BaseTrace.as_short_dict | ( | self | ) |
Return a brief dictionary version of this ActionTrace.
Reimplemented in homeassistant.components.trace.models.RestoredTrace, and homeassistant.components.trace.models.ActionTrace.