Skip to content

Commit b22f818

Browse files
authored
Glamour (#11)
* Update version Made a mistake with release 1.0.2 so have bumped to .3 * Add icons icon and logo as uploaded to home assistant brands repository. Add hero gif * Create info.md * Create info.md Bump version for new release * Update info.md * Stop rendering readme Use the new info.md instead in the HACS store * Update info.md * Update hacs.json * remove troublesome comma * Update README.md * Update README.md * Update README.md
1 parent 1798852 commit b22f818

File tree

3 files changed

+24
-7
lines changed

3 files changed

+24
-7
lines changed

Diff for: README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/custom-components/hacs)
2+
13
# Escea Home Assistant Custom Component
24

35
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.
79

810
## Installation
911

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.
1215

1316
```yaml
1417
climate:
@@ -23,3 +26,5 @@ This should support all network attached Escea fireplaces. It has been tested as
2326
- DX1000
2427
- DS1400
2528
- DF700
29+
30+
![](https://github.com/snikch/climate.escea/blob/master/assets/icon.png)![](https://github.com/snikch/climate.escea/blob/master/assets/logo.png)

Diff for: custom_components/escea/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"domain": "escea",
33
"name": "Escea Fires",
44
"documentation": "https://github.com/snikch/climate.escea",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"requirements": ["escea==2.0.1"],
77
"dependencies": [],
88
"issue_tracker": "https://github.com/snikch/climate.escea/issues",

Diff for: info.md

+16-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
# Escea Home Assistant Custom Component
55

6-
![](https://www.escea.com/workspace/uploads/heroes/990_hero_overlay.gif)
7-
86
This custom component for [Home Assistant](https://www.home-assistant.io) adds support for [Escea](https://www.escea.com) connected fireplaces.
97

8+
![](https://github.com/snikch/climate.escea/blob/master/assets/Escea.gif)
9+
1010
## Features
1111

1212
* Auto discovery.
@@ -15,17 +15,29 @@ This custom component for [Home Assistant](https://www.home-assistant.io) adds s
1515

1616
## Supported Fireplaces
1717

18-
The integration should support all networked Escea Fireplaces, inlcuding:
18+
The integration should support all networked Escea Fireplaces, including:
1919

2020
* DX1500
2121
* DX1000
2222
* DS1400
2323
* DF700
2424

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+
```
2533
## Useful Links
2634
2735
* [README](https://github.com/snikch/climate.escea/blob/master/README.md)
2836
* [Repository](https://github.com/snikch/climate.escea)
2937
* [Report issues](https://github.com/snikch/climate.escea/issues)
30-
* [Register your Fireplace](https://www.escea.com/service-and-technical/register-your-fireplace2)
3138
* [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+
![](https://github.com/snikch/climate.escea/blob/master/assets/logo.png)
43+

0 commit comments

Comments
 (0)