include supply volt and temp

This commit is contained in:
Daniel Ekman
2021-12-23 17:34:28 +01:00
parent 18bc6753db
commit 586c0cba25
2 changed files with 47 additions and 33 deletions

View File

@@ -1,17 +1,16 @@
{
"name" : "%s",
"stat_t" : "%s",
"json_attr_t" : "%s",
"uniq_id" : "%s",
"obj_id" : "%s",
"unit_of_meas" : "%s",
"val_tpl" : "{{value_json['%s']}}",
"json_attr_tpl" : "{{ value_json }}",
"dev" : {
"ids" : [ "%s" ],
"name" : "%s",
"mdl" : "%s",
"sw" : "%s",
"mf" : "%s"
"mf" : "%s",
"cu" : "%s"
}
}