Skip to content

Commit 8d9e300

Browse files
committed
Update README
1 parent ec49fa2 commit 8d9e300

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
# python-tahoma-api
1+
# Somfy TaHoma
2+
3+
An updated and async version of the original [tahoma-api](https://github.com/philklei/tahoma-api) by [@philklei](https://github.com/philklei). The aim of this wrapper is to offer an easy to consume Python wrapper for the internal API's used by tahomalink.com.
4+
5+
Somfy TaHoma has an official API, which can be consumed via the [Somfy-open-api](https://github.com/tetienne/somfy-open-api). Unfortunately only a few device classes are supported via the official API, thus the need for this wrapper.
6+
7+
This package is written for the Home Assistant [ha-tahoma](https://github.com/iMicknl/ha-tahoma) integration, but could be used by any Python project interacting with Somfy TaHoma devices.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version="0.1.0",
99
author="Mick Vleeshouwer",
1010
author_email="mick@imick.nl",
11-
description="Python wrapper to interact with SagemCom F@st routers via internal API's.",
11+
description="Python wrapper to interact with internal Somfy TaHama API",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/iMicknl/python-tahoma-api",

0 commit comments

Comments
 (0)