Module homey.insights_log
Classes
class InsightsLog-
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
async def create_entry(self, value: Type) ‑> None-
Create a new insights log entry with the given value.