mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 06:05:26 +01:00
* Migrate lamarzocco to pylamarzocco 2.0.0 * bump manifest * Remove CONF_TOKEN * remove icons * Rename coordiantor * use none for token * Bump version * Move first get settings * remove sensor snapshots * Change iot_class from cloud_polling to cloud_push * Update integrations.json * Re-add release url * Remove extra icon, fix native step * fomat * Rename const * review comments * Update tests/components/lamarzocco/test_config_flow.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * add unique id check --------- Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
17 lines
436 B
JSON
17 lines
436 B
JSON
{
|
|
"serialNumber": "GS012345",
|
|
"type": "CoffeeMachine",
|
|
"name": "GS012345",
|
|
"location": "HOME",
|
|
"modelCode": "GS3AV",
|
|
"modelName": "GS3AV",
|
|
"connected": true,
|
|
"connectionDate": 1742489087479,
|
|
"offlineMode": false,
|
|
"requireFirmwareUpdate": false,
|
|
"availableFirmwareUpdate": false,
|
|
"coffeeStation": null,
|
|
"imageUrl": "https://lion.lamarzocco.io/img/thing-model/detail/gs3av/gs3av-1.png",
|
|
"bleAuthToken": null
|
|
}
|