1
mirror of https://github.com/home-assistant/core synced 2024-07-24 16:42:06 +02:00
ha-core/tests/fixtures/efergy_current_values_single.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

13 lines
151 B
JSON

[
{
"cid": "PWER",
"data": [
{
"1486247500000": 1628
}
],
"sid": "728386",
"units": "kWm",
"age": 5
}
]