Python3:
- Changed description of HomeSFR.get_sensors ()
- Changed description of HomeSFR.get_all_sensors ()
- Changed type of return of HomeSFR.get_all_sensors (), it was a list and the doc said it was a tuple
- 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