Evohome Client - Version 2

Instantiating the client

from evohomeclient2 import EvohomeClient

client = EvohomeClient('username', 'password')

To debug the communications, instantiate the client with the debug flag set:

from evohomeclient2 import EvohomeClient

client = EvohomeClient('username', 'password', debug=True)

Contents: