- Changed structure to allow other languages
- Added Python2's file to ignore in .gitignore
- Changed README with a language-free text

Python2:
- Added initial file with top

Python3:
- Added Sensor class for better reading of values
- Changed return of HomeSFR.get_sensor () method
This commit is contained in:
2016-05-22 22:57:39 +02:00
parent a511314e9a
commit a340d1d228
4 changed files with 149 additions and 19 deletions

View File

@@ -1,13 +1,13 @@
# What's this?
This is a pure Python 3 library to control your Home by SFR account.
The library is currently not complete and not totally tested, use it with caution.
This is a set of libraries to control your Home by SFR account.
They all work around the website.
# What's Home by SFR?
Home by SFR is a security and automation service provided by the French Internet provider SFR (owned by Vodafone).
The library was only tested for the French version.
Home by SFR is a security and automation service provided by the French Internet provider SFR.
The library was only tested for the French version because I don't know if it exists elsewhere
# Licence
This library is under GNU GPL v3, the licence might be included in the project.
These libraries are under GNU GPL v3.