Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgospodinow authored Nov 18, 2024
1 parent fe2153e commit d3eec1c
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 22 deletions.
40 changes: 31 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,37 @@ This integration allows you to control Eldom devices via Home Assistant.

Note that there's only one way to control your Eldom devices - via their Cloud APIs. There's no support for local network control.

Supported devices:

- Flat boilers
- Operational mode selection
- `Electric` (corresponds to "Heating")
- `Eco` (corresponds to "Smart")
- `High Demand` (corresponds to "Study")
- `Off`
- Enable `Powerful mode` switch (only works while `Eco` mode is enabled)
### Supported devices

#### Flat boilers

- Operational mode selection
- `Electric` (corresponds to "Heating")
- `Eco` (corresponds to "Smart")
- `High Demand` (corresponds to "Study")
- `Off`
- Enable `Powerful mode` switch (only works while `Eco` mode is enabled)
- Display sensors
- Heater is currently on/off
- Day energy consumption
- Night energy consumption
- Saved energy

#### Smart boilers

- Operational mode selection
- `Electric` (corresponds to "Heating")
- `Eco` (corresponds to "Smart")
- `High Demand` (corresponds to "Study")
- `Off`
- Enable `Powerful mode` switch (only works while `Eco` mode is enabled)
- Display sensors
- Heater is currently on/off
- Day energy consumption
- Night energy consumption
- Saved energy

### Showcase

![Flat boiler detailed view](./docs/flat-boiler-detailed-view-new.png)

Expand Down
48 changes: 35 additions & 13 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,41 @@ This integration allows you to control Eldom devices via Home Assistant.

Note that there's only one way to control your Eldom devices - via their Cloud APIs. There's no support for local network control.

Supported devices:

- Flat boilers
- Operational mode selection
- `Electric` (corresponds to "Heating")
- `Eco` (corresponds to "Smart")
- `High Demand` (corresponds to "Study")
- `Off`
- Enable `Powerful mode` switch (only works while `Eco` mode is enabled)

![Flat boiler detailed view](./docs/flat-boiler-detailed-view.png)

![Flat boiler main view](./docs/flat-boiler-main-view.png)
### Supported devices

#### Flat boilers

- Operational mode selection
- `Electric` (corresponds to "Heating")
- `Eco` (corresponds to "Smart")
- `High Demand` (corresponds to "Study")
- `Off`
- Enable `Powerful mode` switch (only works while `Eco` mode is enabled)
- Display sensors
- Heater is currently on/off
- Day energy consumption
- Night energy consumption
- Saved energy

#### Smart boilers

- Operational mode selection
- `Electric` (corresponds to "Heating")
- `Eco` (corresponds to "Smart")
- `High Demand` (corresponds to "Study")
- `Off`
- Enable `Powerful mode` switch (only works while `Eco` mode is enabled)
- Display sensors
- Heater is currently on/off
- Day energy consumption
- Night energy consumption
- Saved energy

### Showcase

![Flat boiler detailed view](./docs/flat-boiler-detailed-view-new.png)

![Flat boiler main view](./docs/flat-boiler-main-view-new.png)

## Usage

Expand Down

0 comments on commit d3eec1c

Please sign in to comment.