Skip to content

Commit 8c64c34

Browse files
committed
fixed readme
1 parent 195a356 commit 8c64c34

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ A python api to control the Max! Cube thermostats:
88

99
Basic usage:
1010

11-
.. code::python
11+
.. code:: python
12+
1213
from maxcube.cube import MaxCube
1314
from maxcube.connection import MaxCubeConnection
1415
@@ -21,8 +22,9 @@ Basic usage:
2122
This api was build for the integration of the Max! thermostats into `Home Assistent <https://home-assistant.io>`__.
2223

2324
Thanks to:
24-
- `https://github.com/Bouni/max-cube-protocol <https://github.com/Bouni/max-cube-protocol>`__
25-
- `https://github.com/ercpe/pymax <https://github.com/ercpe/pymax>`__
26-
- `https://github.com/aleszoulek/maxcube <https://github.com/aleszoulek/maxcube>`__
27-
- `openhab integration <https://github.com/openhab/openhab2/tree/master/addons/binding/org.openhab.binding.max>`__
25+
26+
- `https://github.com/Bouni/max-cube-protocol <https://github.com/Bouni/max-cube-protocol>`__
27+
- `https://github.com/ercpe/pymax <https://github.com/ercpe/pymax>`__
28+
- `https://github.com/aleszoulek/maxcube <https://github.com/aleszoulek/maxcube>`__
29+
- `openhab integration <https://github.com/openhab/openhab2/tree/master/addons/binding/org.openhab.binding.max>`__
2830

0 commit comments

Comments
 (0)