File: index.md

package info (click to toggle)
python-bluecurrent-api 1.2.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 596 kB
  • sloc: python: 1,041; makefile: 37; javascript: 1
file content (31 lines) | stat: -rw-r--r-- 739 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Welcome to the Blue Current HA integration Docs!

For instructions on setting up the code base, see [](setting-up).

For an overview of all the files, see [](file-overview).

For an explanation for the integration flow, see [](flow).

For the documentation of all the functions see [](documentation).

For examples of objects received from the api package see [](data-models)

## Complementary documentation

- [Home Assistant](https://developers.home-assistant.io/)
- [Websockets](https://websockets.readthedocs.io/en/stable/)
- [Asyncio](https://docs.python.org/3/library/asyncio.html)
- [Pyzt](https://pypi.org/project/pytz/)

```{toctree}
---
hidden:
maxdepth: 2
---
setting-up
file-overview
flow
documentation
data-models
notes
```