gitmyhub

core

Python ★ 88k updated 3h ago

:house_with_garden: Open source home automation that puts local control and privacy first.

Home Assistant is an open-source home automation platform that runs on your own server at home, letting you control smart devices and create automations locally without relying on any cloud service.

PythonasyncioMQTTsetup: moderatecomplexity 3/5

Home Assistant is an open-source home automation platform whose stated emphasis is local control and privacy first — meaning the system is designed to run on a server in your own home rather than depending on a cloud service to manage your devices. It is suitable for running on a Raspberry Pi or a local server. The project says it is powered by a worldwide community of tinkerers and DIY enthusiasts. It is built in Python with a modular architecture so that support for new devices or actions can be added as separate components, and the README links to architecture documentation and a guide for creating your own components. Topics listed include asyncio, IoT, MQTT, and home automation. The README itself is short and points to the project website for installation instructions, tutorials, full documentation, a demo, and a help section. Detailed feature lists, supported devices, and use cases are not described in the provided data.

Where it fits