@@ -3,15 +3,24 @@ python-dingz
33
44Python API for interacting with `Dingz <https://dingz.ch >`_ devices.
55
6- This module is not official, developed, supported or endorsed by Dingz AG.
7- For questions and other inquiries, use the issue tracker in this repo please.
6+ This module is not official, developed, supported or endorsed by iolo AG or
7+ myStrom AG. For questions and other inquiries, use the issue tracker in this
8+ repository please.
9+
10+ Without the support of iolo AG and myStrom AG it would have taken much longer
11+ to create this module which is the base for the integration into
12+ `Home Assistant <https://home-assistant.io >`_. Both companies have provided
13+ and are still providing hardware, valuable feedback and advice. Their
14+ continuous support make further development of this module possible.
15+
16+ See [https://api.dingz.ch/](https://api.dings.ch/) for the API details.
817
918Requirements
1019------------
1120
1221You need to have `Python 3 <https://www.python.org >`_ installed.
1322
14- - `Dingz <https://dingz.ch >`_ device
23+ - `dingz <https://dingz.ch >`_ device
1524- Network connection
1625- Devices connected to your network
1726
@@ -22,9 +31,9 @@ The package is available in the `Python Package Index <https://pypi.python.org/>
2231
2332.. code :: bash
2433
25- $ pip install python- dingz
34+ $ pip install dingz
2635
2736 License
2837-------
2938
30- ``python-dingz `` is licensed under MIT , for more details check LICENSE.
39+ ``python-dingz `` is licensed under ASL 2.0 , for more details check LICENSE.
0 commit comments