We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c64c34 commit e7f114bCopy full SHA for e7f114b
2 files changed
.travis.yml
@@ -0,0 +1,12 @@
1
+language: python
2
+python:
3
+ - 3.4
4
+ - 3.5
5
+
6
+install:
7
+- pip install coveralls
8
9
+script: make travis
10
11
+after_success:
12
+ - coveralls
README.rst
@@ -19,7 +19,8 @@ Basic usage:
19
print(device.name)
20
print(device.actual_temperature)
21
22
-This api was build for the integration of the Max! thermostats into `Home Assistent <https://home-assistant.io>`__.
+This api was build for the integration of the Max! thermostats into `Home Assistant <https://home-assistant.io>`__ and
23
+does only cover the functions needed for the integration.
24
25
Thanks to:
26
0 commit comments