mirror of
https://github.com/home-assistant/core.git
synced 2026-06-05 15:14:37 +01:00
30 lines
533 B
JSON
30 lines
533 B
JSON
{
|
|
"outside_temperature": {
|
|
"name": "Outside temp sensor local",
|
|
"error": 0,
|
|
"value": "6.1",
|
|
"desc": "",
|
|
"dataType": 0,
|
|
"readonly": 0,
|
|
"unit": "°C"
|
|
},
|
|
"current_temperature": {
|
|
"name": "Room temp 1 actual value",
|
|
"error": 0,
|
|
"value": "18.6",
|
|
"desc": "",
|
|
"dataType": 0,
|
|
"readonly": 1,
|
|
"unit": "°C"
|
|
},
|
|
"total_energy": {
|
|
"name": "Total energy",
|
|
"error": 0,
|
|
"value": "7968",
|
|
"desc": "",
|
|
"dataType": 0,
|
|
"readonly": 1,
|
|
"unit": "kWh"
|
|
}
|
|
}
|