Merge pull request #655 from jnxxx/master

Support for water usage insights
pull/645/head^2
Fredrik Öhrström 2022-11-13 22:07:54 +01:00 zatwierdzone przez GitHub
commit 6a697c16a0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -12,6 +12,7 @@
"enabled_by_default": true,
"json_attributes_topic": "wmbusmeters/{name}",
"state_class": "total",
"device_class": "water",
"name": "{name} total",
"state_topic": "wmbusmeters/{name}",
"unique_id": "wmbusmeters_{id}_{attribute}",
@ -33,6 +34,7 @@
},
"enabled_by_default": true,
"state_class": "total",
"device_class": "water",
"name": "{name} target",
"state_topic": "wmbusmeters/{name}",
"unique_id": "wmbusmeters_{id}_{attribute}",