1
mirror of https://github.com/home-assistant/core synced 2024-10-01 05:30:36 +02:00
ha-core/tests/fixtures/efergy_current_values_multi.json
miniconfig b5149dfba6 Added support for multiple efergy sensors in the same household. (#6630)
* Added support for multiple efergy sensors in the same household.
Also added inital tests for the efergy platform.

* Fixed current_values units.
Changed name to include efergy_ prefix.
2017-03-16 23:22:10 -07:00

35 lines
450 B
JSON

[
{
"cid": "PWER",
"data": [
{
"1485853183000": 218
}
],
"sid": "728386",
"units": "kWm",
"age": 3
},
{
"cid": "PWER",
"data": [
{
"1485695742000": 1808
}
],
"sid": "0",
"units": "kWm",
"age": 157444
},
{
"cid": "PWER_GAC",
"data": [
{
"1485853181000": 312
}
],
"sid": "728387",
"units": null,
"age": 5
}
]