From 4d7624f60be44da74e01a7753bfefc5f407ba3d2 Mon Sep 17 00:00:00 2001 From: "M.J. Wydra" Date: Fri, 6 Aug 2021 01:00:58 -0500 Subject: [PATCH] Add explanation of monitored conditions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3ce4ef..0288ef9 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,6 @@ sensor: state_topic: &server_battery_topic "battery2mqtt/server/BAT0" value_template: "{{ value_json.capacity }}" unit_of_measurement: '%' - icon: 'mdi:battery' json_attributes_topic: *server_battery_topic + device_class: battery ```