Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
SmartThings-Local
Copyright (c) 2026 Jack Nagy

This software is licensed under the MIT License. See the LICENSE file for
the full terms.

------------------------------------------------------------------------
Trademarks & disclaimer
------------------------------------------------------------------------

This is an independent, unofficial project. It is NOT affiliated with,
authorised, endorsed, or sponsored by Samsung Electronics Co., Ltd. or any
of its subsidiaries.

"Samsung", "SmartThings", and any related names, marks, and logos are
trademarks of Samsung Electronics Co., Ltd. They are used in this project
only nominatively -- to identify the hardware and protocols this software
interoperates with -- and no claim is made to any right in them. Use of
these marks does not imply any affiliation with or endorsement by their
owner.

The software is provided for interoperability with hardware you own,
without warranty of any kind.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,3 +560,13 @@ If reconnects become persistent (e.g. >10 in a minute) something's wrong: check
## Contributing

If you submit a PR, please don't include real device UUIDs, MACs, serials, IPs, or bearer tokens. Use the placeholders from `.env.example`.

---

## Trademarks & disclaimer

This is an independent, unofficial project. It is **not affiliated with, authorised, endorsed, or sponsored by Samsung Electronics Co., Ltd.** or any of its subsidiaries.

"Samsung", "SmartThings", and any related names, marks, and logos are trademarks of Samsung Electronics Co., Ltd. They are used in this project **only nominatively** — to identify the hardware and protocols this software interoperates with — and no claim is made to any right in them. Use of these marks does not imply any affiliation with or endorsement by their owner.

The software is provided under the [MIT License](LICENSE) for interoperability with hardware you own, without warranty of any kind.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Local CoAP-over-DTLS (OCF) transport + polling layer for Samsung
readme = "README.md"
requires-python = ">=3.11"
license = "MIT"
license-files = ["LICENSE"]
license-files = ["LICENSE", "NOTICE"]
authors = [{ name = "Jack Nagy" }]
keywords = ["smartthings", "samsung", "ocf", "coap", "dtls", "home-assistant", "iot"]
classifiers = [
Expand Down Expand Up @@ -60,5 +60,6 @@ include = [
"tests",
"README.md",
"LICENSE",
"NOTICE",
"pyproject.toml",
]
Loading