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
32
33
34
# HA Ouman EH-800
An Ouman EH-800 integration for Home Assistant.
Mostly kinda working™.
I'll add instructions and demo media after some more testing.
### Need help?
Contact me via one of the methods listed on [liljamo.com/contact](https://liljamo.com/contact/).
You can mention me on Matrix for a quick question or chat in:
- [#Home-Assistant:matrix.org](https://matrix.to/#/#Home-Assistant:matrix.org) (English)
- [#kotiautomaatio:hacklab.fi](https://matrix.to/#/#kotiautomaatio:hacklab.fi) (Finnish)
## GitHub mirror
Mirrored to GitHub so HACS can import it.
### Mirror policy
If you so desire, you may open issues and PRs on GitHub.
This may change at any moment, but right now I haven't got a different issue
tracker open (src.quest is under long renovations).
### Pushing the mirror
```sh
git remote add --mirror=push github-mirror git@github.com:liljamo/ha-ouman-eh800.git
git push github-mirror
```