smartblinds-ble
Copyright 2026 Ben Balter and contributors

This product includes software derived from pysmartblinds
(https://github.com/dnschneid/pysmartblinds), Copyright 2018 The pysmartblinds
authors, licensed under the Apache License, Version 2.0.

The smartblinds_ble.tilt subpackage (the Tilt-era encrypted protocol codec and
BLE transport) is vendored from tilt-local-bridge
(https://github.com/Sunrise-Labs-Dot-AI/tilt-local-bridge), Copyright (c) 2026
Sunrise Labs, licensed under the MIT License. protocol.py is kept byte-for-byte;
ble.py adapts only the TiltShadeClient entry point. The MIT license terms:

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

The BLE protocol details were reverse-engineered without any knowledge of the
internal workings of MySmartBlinds / Tilt products. This project is not
affiliated with, authorized by, or endorsed by MySmartBlinds or Tilt. Those names
are used only to describe the hardware this software interoperates with.
