ha-inlite

Home Assistant integration for in-lite
git clone https://git.stephank.nl/ha-inlite
Log | Files | Refs | README | LICENSE | ZIP

commit 4b3fdf4bd4edfbf9df4837689eb2bfb95011745c
parent 06229cffe9f350bcc516379f301609a2863ab1e9
Author: Bennet Brünings <bennet@bbruenings.com>
Date: Thu, 19 Mar 2026 12:16:30 +0100

Add HUB-75 disclaimer and Copilot acknowledgement

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

diff --git a/LICENSE b/LICENSE index 419143f6faa342cb42ffd8908e1c6e452cab86d2..281eb3f87705cbc874b17cb4099bfd45371580fe 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024–2026 Bennet Brünings +Copyright (c) 2026 Bennet Brünings Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 0b96fe78aae444687783ff548a6f60f69e301f3c..a2f32ec79d46d6a6e590a491e585cc84eaed1b3a 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,14 @@ | Device | Status | |--------|--------| | in-lite SMART HUB-150 | ✅ Tested | +| in-lite SMART HUB-75 | ⚠️ Untested | + +> [!WARNING] +> This integration has only been tested with the **SMART HUB-150**. The +> SMART HUB-75 may work since it uses the same app and cloud service, but +> this has not been verified. If you own a HUB-75 and are willing to test, +> please [open an issue](https://github.com/bbruenings/ha-inlite/issues) — +> your feedback is very welcome! The integration controls all transformer zones connected to the hub. If you have tested additional hardware, please @@ -124,6 +132,10 @@ ## License This project is licensed under the [MIT License](LICENSE). + +## Acknowledgements + +This integration was built with the help of [GitHub Copilot](https://github.com/features/copilot). ---