1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00
ha-core/tests/fixtures/melissa_cur_settings.json
kennedyshead f7c9787418 Add Melissa (HVAC/climate) component (#11503)
* Adding component melissa

* Adding sensor component melissa

* Adding Melissa climate component

* Testing component

* Tests for Climate component

* Testing Melissa sensor

* Fixing review Thank you @rytilahti
2018-02-03 03:17:01 +01:00

29 lines
518 B
JSON

{
"controller": {
"id": 1,
"user_id": 1,
"serial_number": "12345678",
"mac": "12345678",
"firmware_version": "V1SHTHF",
"name": "Melissa 12345678",
"type": "melissa",
"room_id": null,
"created": "2016-07-06 18:59:46",
"deleted_at": null,
"online": true,
"_relation": {
"command_log": {
"state": 1,
"mode": 2,
"temp": 16,
"fan": 1
}
}
},
"_links": {
"self": {
"href": "/v1/controllers/12345678"
}
}
}