Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lamarzocco documentation with connection methods per entity #35985

Merged
merged 14 commits into from
Dec 1, 2024
10 changes: 5 additions & 5 deletions source/_integrations/lamarzocco.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ Use Bluetooth:

## Switches

| Switch name | Description | Available for machines |
|-------------|-------------| ---------------------- |
| Main | Allows to turn machines on-/off | all |
| Steam boiler | Allows to enable/disable the steam boiler | all |
| Smart standby enabled | Whether smart standby is on (machine will automatically stand by after given time) | all |
| Switch name | Description | Available for machines | where |
|-------------|-------------| ---------------------- | ------|
| Main | Allows to turn machines on-/off | all | <iconify-icon inline icon="material-symbols:bluetooth"></iconify-icon> |
| Steam boiler | Allows to enable/disable the steam boiler | all | <iconify-icon inline title="test" icon="material-symbols:bluetooth"></iconify-icon> |
| Smart standby enabled | Whether smart standby is on (machine will automatically stand by after given time) | all | <iconify-icon inline icon="material-symbols:cloud"></iconify-icon> |

## Binary sensors

Expand Down