Skip to content

Commit

Permalink
Glamour (#11)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
SgtBatten authored May 26, 2022
1 parent 1798852 commit b22f818
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/custom-components/hacs)

# Escea Home Assistant Custom Component

Adds support for Escea network fireplaces with auto discovery. Fan Boost is supported as the Fan Mode (Auto vs On).
Expand All @@ -7,8 +9,9 @@ Flame Effect is supported as a preset.

## Installation

Ensure the `custom_components/escea` directory is copied, linked or mounted as `CONFIG_DIR/custom_components/escea` in
home assistant, and add `- platform: escea` to your `climate` config in `configuration.yaml` to load the platform.
1. Download via HACS or copy the `custom_components/escea` directory into the `CONFIG_DIR/custom_components/escea` directory in
home assistant
2. Add `- platform: escea` to your `climate` config in `configuration.yaml` to load the platform.

```yaml
climate:
Expand All @@ -23,3 +26,5 @@ This should support all network attached Escea fireplaces. It has been tested as
- DX1000
- DS1400
- DF700
![](https://github.com/snikch/climate.escea/blob/master/assets/icon.png)![](https://github.com/snikch/climate.escea/blob/master/assets/logo.png)
2 changes: 1 addition & 1 deletion custom_components/escea/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "escea",
"name": "Escea Fires",
"documentation": "https://github.com/snikch/climate.escea",
"version": "1.0.2",
"version": "1.0.3",
"requirements": ["escea==2.0.1"],
"dependencies": [],
"issue_tracker": "https://github.com/snikch/climate.escea/issues",
Expand Down
20 changes: 16 additions & 4 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

# Escea Home Assistant Custom Component

![](https://www.escea.com/workspace/uploads/heroes/990_hero_overlay.gif)

This custom component for [Home Assistant](https://www.home-assistant.io) adds support for [Escea](https://www.escea.com) connected fireplaces.

![](https://github.com/snikch/climate.escea/blob/master/assets/Escea.gif)

## Features

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

## Supported Fireplaces

The integration should support all networked Escea Fireplaces, inlcuding:
The integration should support all networked Escea Fireplaces, including:

* DX1500
* DX1000
* DS1400
* DF700

## Installation

After downloading this integration add the following to your `configuration.yaml` and then restart Home Assistant to load the platform.

```yaml
climate:
- platform: escea
```
## Useful Links
* [README](https://github.com/snikch/climate.escea/blob/master/README.md)
* [Repository](https://github.com/snikch/climate.escea)
* [Report issues](https://github.com/snikch/climate.escea/issues)
* [Register your Fireplace](https://www.escea.com/service-and-technical/register-your-fireplace2)
* [Escea](https://www.escea.com)
* [Register your Fireplace](https://www.escea.com/service-and-technical/register-your-fireplace2)
* [Smart App Setup Guide](https://www.escea.com/workspace/uploads/downloads/escea_smart_heat_user_guide.pdf)
![](https://github.com/snikch/climate.escea/blob/master/assets/logo.png)

0 comments on commit b22f818

Please sign in to comment.