Skip to content

Commit fcc8ae4

Browse files
ttroy50frenck
authored andcommitted
Create climate.ephember (home-assistant#3561)
* Create climate.ephember * add logo * Small grammar corrections
1 parent 166faf4 commit fcc8ae4

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

source/_components/climate.ephember

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: page
3+
title: "EPH Controls Ember Thermostat"
4+
description: "Instructions on how to integrate EPH Controls Ember thermostats within Home Assistant."
5+
date: 2017-10-07 12:40
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: ephcontrolsember.png
11+
ha_category: Climate
12+
ha_release: "0.55"
13+
ha_iot_class: "Local Polling"
14+
---
15+
16+
17+
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.
18+
19+
To set it up, add the following information to your `configuration.yaml` file:
20+
21+
```yaml
22+
climate:
23+
- platform: ephember
24+
username: YOUR_EMAIL
25+
password: YOUR_PASSWORD
26+
```
27+
28+
A single interface can handle up to 32 connected devices.
29+
30+
Configuration variables:
31+
32+
- **username** (*Required*): The email address you used to sign up to the ember app
33+
- **password** (*Required*): The password you used to sign up to the ember app
Loading

0 commit comments

Comments
 (0)