Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"sphinx_autodoc_typehints",
"sphinxcontrib.autodoc_pydantic",
"sphinx.ext.intersphinx",
"sphinx.ext.autosectionlabel"
]

resource_links = {
Expand Down
4 changes: 2 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Usage
The Basics...
#################

This library is centered around the :class:`Client` class.
This library is centered around the :ref:`Client` class.
Once you have have your api base url and Long Lived Access Token from Home Assistant we can start to do stuff.
The rest of this guide assumes you have the :class:`Client` saved to a :code:`client` variable.
The rest of this guide assumes you have the :ref:`Client` saved to a :code:`client` variable.
Most of these examples require some integrations to be setup inside Home Assistant for the examples to actually work.
The most commonly used features of this library include triggering services and getting and modifying entity states.

Expand Down