Add lamarzocco bluetooth docs (#31987)

* add bt docs

* Update lamarzocco.markdown

* Tiny tweaks

* Update lamarzocco.markdown

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Josef Zweck 2024-03-21 14:56:19 +01:00 committed by GitHub
parent 2c48099645
commit a40d6cef7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,15 +18,18 @@ ha_platforms:
- sensor - sensor
- switch - switch
- update - update
ha_bluetooth: true
ha_codeowners: ha_codeowners:
- '@zweckj' - '@zweckj'
ha_integration_type: device ha_integration_type: device
--- ---
This integration interacts with [La Marzocco coffee machines](https://lamarzocco.com/it/en/) through calls to the LaMarzocco cloud API and (optionally) local API calls, which include a WebSocket connection for (near) real-time updates. This integration interacts with [La Marzocco coffee machines](https://lamarzocco.com/it/en/) through calls to the LaMarzocco cloud API. Optionally, local API calls, which include a WebSocket connection for (near) real-time updates and a Bluetooth connection, can be utilized for local connections.
To be able to configure your machine in Home Assistant, your machine needs to be added to your account using the official La Marzocco app first. Currently, only login with username & password is supported. If you are currently using a social login, you need to create a new LaMarzocco account and transfer your machine to it to be able to use this integration. To be able to configure your machine in Home Assistant, your machine needs to be added to your account using the official La Marzocco app first. Currently, only login with username & password is supported. If you are currently using a social login, you need to create a new LaMarzocco account and transfer your machine to it to be able to use this integration.
If your machine is in Bluetooth range to your Home Assistant host and the [Bluetooth](/integrations/bluetooth) integration is fully loaded, the machine will be discovered automatically.
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}