InsightsLog
homey.insights_log
The log of a value in Homey insights.
This class must not be initialized by the developer, but retrieved by calling ManagerInsights.create_log().
Ancestors
- typing.Generic
- homey.client.serializer.Serializable
- abc.ABC
Methods
create_entry
async def create_entry(self, value: Type) ‑> NoneCreate a new insights log entry with the given value.