EPH Controls Ember Thermostat
The `ephember` climate platform lets you control [EPH Controls](http://emberapp.ephcontrols.com/) thermostats. The module only works if you have a WiFi gateway to control your EPH system and an account on the ember app. To set it up, add the following information to your `configuration.yaml` file: ```yaml climate: - platform: ephember username: YOUR_EMAIL password: YOUR_PASSWORD ``` A single interface can handle up to 32 connected devices. Configuration variables: - **username** (*Required*): The email address you used to sign up to the ember app - **password** (*Required*): The password you used to sign up to the ember app