Skip to content

Commit

Permalink
Merge branch 'next' into feature/lamarzocco-update
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ffeeca7 authored Jan 17, 2024
2 parents d8a0925 + 911e2bd commit 2c8cbee
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
37 changes: 37 additions & 0 deletions source/_integrations/epion.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: Epion
description: Instructions on how to integrate Epion Air CO2 sensors with Home Assistant
ha_category:
- Environment
- Sensor
ha_release: '2024.2'
ha_iot_class: Cloud Polling
ha_codeowners:
- '@lhgravendeel'
ha_config_flow: true
ha_domain: epion
ha_platforms:
- sensor
ha_integration_type: integration
---

Integrates Epion Air sensors into Home Assistant.

[Epion](https://www.epion.nl/) helps you provide insights into air quality, easy to use for everyone.

Requires a configured Epion Air device and an Epion account with access to this device.

## Prerequisites

Epion API token setup.

1. Login to [Epion](https://www.epion.nl/).
2. Select [Integrations](https://epion.nl/dashboard/integrations) in the left menu.
3. To create a new token, if you don't see one already, select **Generate new Token**.
4. Copy your generated token. The token is a set of alphanumeric characters separated by hyphens. It starts with "a/".

The Epion integration can now be activated using this API token.

All connected devices will show entities for the carbon dioxide (CO2) concentration, temperature, relative humidity, and barometric pressure.

{% include integrations/config_flow.md %}
15 changes: 14 additions & 1 deletion source/_integrations/lamarzocco.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ Host:
| Auto on/off | Allows to enable/disable the auto on/off schedule | all |
| Steam boiler | Allows to enable/disable the steam boiler | all |

## Binary sensors

| Binary sensor name | Description | Available for machines | Remarks |
|-------------|-------------| ---------------------- | ------- |
| Water tank empty | Indicates whether the water tank needs a refill. | all | - |
| Brewing active | Is on if you are in the process of making coffee. | all | Only available when the *Host* was set during component configuration. |

## Sensors

Expand All @@ -55,10 +61,17 @@ Host:
| Total flushes made | Counter for total flushes done | all | - |
| Shot timer | Time the current brew is running | all | Only available when the *Host* was set during component configuration. |


## Updates

| Update name | Description | Available for machines |
|-------------|-------------| ---------------------- |
| Gateway firmware | Firmware status of the gateway | all |
| Machine firmware | Firmware status of the machine | all |

## Selects

| Select name | Description | Options | Available for machines |
|-------------|-------------| ------------------------| ---------------------- |
| Prebrew/-infusion mode | Whether to use prebrew, preinfusion, or neither | Disabled, Prebrew, Preinfusion | Linea Micra, Linea Mini, GS3 AV |
| Steam level | The level your steam boiler should run at | 1,2,3 | Linea Micra |

0 comments on commit 2c8cbee

Please sign in to comment.