8 ms·
I recently discovered the home-assistant supervisor [1] repository. It's awesome to see such a well-designed, mature, and actively maintained open-source python
by jgauth 3y ago
I recently discovered the home-assistant supervisor [1] repository. It's awesome to see such a well-designed, mature, and actively maintained open-source python application. I've found that there's no shortage of high quality python libraries and frameworks to learn from, but open-source applications aren't as common. I love coming across repos like this so I can study their design.
[1] https://github.com/home-assistant/supervisor https://github.com/home-assistant/supervisor
- zrail 3y agoThe supervisor method of installation is difficult to get right. The easiest way forward is Home Assistant OS, which includes supervisor, or just running the Core docker container directly.