1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-26 04:46:08 +00:00
Files
core/tests/components/lamarzocco/fixtures/settings.json
Josef Zweck bbb8a1bacc Migrate lamarzocco to pylamarzocco 2.0.0 (#142098)
* 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>
2025-04-17 13:34:06 +02:00

51 lines
1.6 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"serialNumber": "MR123456",
"type": "CoffeeMachine",
"name": "MR123456",
"location": null,
"modelCode": "LINEAMICRA",
"modelName": "LINEA MICRA",
"connected": true,
"connectionDate": 1742526019892,
"offlineMode": false,
"requireFirmwareUpdate": false,
"availableFirmwareUpdate": false,
"coffeeStation": null,
"imageUrl": "https://lion.lamarzocco.io/img/thing-model/detail/lineamicra/lineamicra-1-c-bianco.png",
"bleAuthToken": null,
"actualFirmwares": [
{
"type": "Gateway",
"buildVersion": "v5.0.9",
"changeLog": "Whats new in this version:\n\n* New La Marzocco compatibility\n* Improved connectivity\n* Improved pairing process\n* Improved statistics\n* Boilers heating time\n* Last backflush date (GS3 MP excluded)\n* Automatic gateway updates option",
"thingModelCode": "LineaMicra",
"status": "ToUpdate",
"availableUpdate": {
"type": "Gateway",
"buildVersion": "v5.0.10",
"changeLog": "Whats new in this version:\n\n* fixed an issue that could cause the machine powers up outside scheduled time\n* minor improvements",
"thingModelCode": "LineaMicra"
}
},
{
"type": "Machine",
"buildVersion": "v1.17",
"changeLog": null,
"thingModelCode": "LineaMicra",
"status": "Updated",
"availableUpdate": null
}
],
"wifiSsid": "MyWifi",
"wifiRssi": -51,
"plumbInSupported": true,
"isPlumbedIn": true,
"cropsterSupported": false,
"cropsterActive": null,
"hemroSupported": false,
"hemroActive": null,
"factoryResetSupported": true,
"autoUpdateSupported": true,
"autoUpdate": false
}