File tree 3 files changed +24
-7
lines changed
3 files changed +24
-7
lines changed Original file line number Diff line number Diff line change
1
+ [ ![ hacs_badge] ( https://img.shields.io/badge/HACS-Default-orange.svg )] ( https://github.com/custom-components/hacs )
2
+
1
3
# Escea Home Assistant Custom Component
2
4
3
5
Adds support for Escea network fireplaces with auto discovery. Fan Boost is supported as the Fan Mode (Auto vs On).
@@ -7,8 +9,9 @@ Flame Effect is supported as a preset.
7
9
8
10
## Installation
9
11
10
- Ensure the ` custom_components/escea ` directory is copied, linked or mounted as ` CONFIG_DIR/custom_components/escea ` in
11
- home assistant, and add ` - platform: escea ` to your ` climate ` config in ` configuration.yaml ` to load the platform.
12
+ 1 . Download via HACS or copy the ` custom_components/escea ` directory into the ` CONFIG_DIR/custom_components/escea ` directory in
13
+ home assistant
14
+ 2 . Add ` - platform: escea ` to your ` climate ` config in ` configuration.yaml ` to load the platform.
12
15
13
16
``` yaml
14
17
climate :
@@ -23,3 +26,5 @@ This should support all network attached Escea fireplaces. It has been tested as
23
26
- DX1000
24
27
- DS1400
25
28
- DF700
29
+
30
+ 
Original file line number Diff line number Diff line change 2
2
"domain" : " escea" ,
3
3
"name" : " Escea Fires" ,
4
4
"documentation" : " https://github.com/snikch/climate.escea" ,
5
- "version" : " 1.0.2 " ,
5
+ "version" : " 1.0.3 " ,
6
6
"requirements" : [" escea==2.0.1" ],
7
7
"dependencies" : [],
8
8
"issue_tracker" : " https://github.com/snikch/climate.escea/issues" ,
Original file line number Diff line number Diff line change 3
3
4
4
# Escea Home Assistant Custom Component
5
5
6
- ![ ] ( https://www.escea.com/workspace/uploads/heroes/990_hero_overlay.gif )
7
-
8
6
This custom component for [ Home Assistant] ( https://www.home-assistant.io ) adds support for [ Escea] ( https://www.escea.com ) connected fireplaces.
9
7
8
+ ![ ] ( https://github.com/snikch/climate.escea/blob/master/assets/Escea.gif )
9
+
10
10
## Features
11
11
12
12
* Auto discovery.
@@ -15,17 +15,29 @@ This custom component for [Home Assistant](https://www.home-assistant.io) adds s
15
15
16
16
## Supported Fireplaces
17
17
18
- The integration should support all networked Escea Fireplaces, inlcuding :
18
+ The integration should support all networked Escea Fireplaces, including :
19
19
20
20
* DX1500
21
21
* DX1000
22
22
* DS1400
23
23
* DF700
24
24
25
+ ## Installation
26
+
27
+ After downloading this integration add the following to your ` configuration.yaml ` and then restart Home Assistant to load the platform.
28
+
29
+ ``` yaml
30
+ climate :
31
+ - platform : escea
32
+ ` ` `
25
33
## Useful Links
26
34
27
35
* [README](https://github.com/snikch/climate.escea/blob/master/README.md)
28
36
* [Repository](https://github.com/snikch/climate.escea)
29
37
* [Report issues](https://github.com/snikch/climate.escea/issues)
30
- * [ Register your Fireplace] ( https://www.escea.com/service-and-technical/register-your-fireplace2 )
31
38
* [Escea](https://www.escea.com)
39
+ * [Register your Fireplace](https://www.escea.com/service-and-technical/register-your-fireplace2)
40
+ * [Smart App Setup Guide](https://www.escea.com/workspace/uploads/downloads/escea_smart_heat_user_guide.pdf)
41
+
42
+ 
43
+
You can’t perform that action at this time.
0 commit comments