Skip to content

Links to more specific documentation and how to use different functions #2813

@koopee

Description

@koopee

As an example use following:

| `async_track_point_in_time` | Add a listener that fires once after a specific point in time

So, if I would like to use this async_track_point_in_time, where do I find the parameters I'm supposed to add as input? How is this specific time defined for the function?

The only example in the beginning shows a simple use case, but does not define parameter types, which I think are equally as important to know how the function is supposed to be working. If the code is the documentation, perhaps links to the code should be added.

```python3
unsub = async_track_state_change_event(hass, entity_ids, state_automation_listener)
unsub()
```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions