Skip to content

Commit

Permalink
Create lamarzocco.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
zweckj authored Oct 19, 2023
1 parent 57a564c commit 6d711ef
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions source/_integrations/lamarzocco.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: La Marzocco
description: Instructions on how to integrate your La Marzocco coffee machine with Home Assistant.
ha_release: 2023.10
ha_category:
- Water Heater
ha_iot_class: Cloud Polling
ha_config_flow: true
ha_domain: lamarzocco
ha_platforms:
- water_heater
ha_codeowners:
- '@zweckj'
- '@rccoleman'
ha_integration_type: integration
---

This integration interacts with [La Marzocco coffee machines]() through a mix of cloud calls, local API calls, WebSocket connections and (optionally) Bluetooth.

If you are in Bluetooth reach to your coffee machine it should be discovered automatically.

Your machine needs to be added to your account using the official app first.


{% include integrations/config_flow.md %}

{% configuration_basic %}
Username:
description: "Your username you use to log into the La Marzocco app."
required: true
type: string
Password:
description: "Password you use to log into the La Marzocco app."
required: true
type: string
Host:
description: "IP address of your machine in your local network. If not set, no local connections will be used."
required: false
type: boolean
{% endconfiguration_basic %}

## Water Heaters
| Water Heater Name | Description |
|-------------|-------------|
| Coffee Boiler | Control the coffee boiler of your machine. If turned off, your machine will turn off. |
| Steam Boiler | Control the steam boiler of your machine. |

0 comments on commit 6d711ef

Please sign in to comment.