From 76386ab936cbf840e100e63760f85e0bcbeb2632 Mon Sep 17 00:00:00 2001 From: Daniel Greco Date: Thu, 25 Feb 2021 00:18:20 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90019c3..6bc983f 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,8 @@ - ```theme``` — Theme of the card: ```'Default' | 'Neumorphic' ```. Screenshots listed below. - ```font``` — Specify the font used in the card. By default it is ```sans-serif```. - ```scale``` — The scale factor of the animated 3D printer view. Try different values until you find one you like. -- ```round``` — Specify whether to round decimal numbers in the card. Defaults to true. ```true | false``` +- ```round_time``` — Specify whether to round durations of time. Defaults to false. ```true | false``` +- ```round_temperature``` — Specify whether to round decimal numbers for temperatures. Defaults to false. ```true | false``` - ```temperature_unit``` — Specify which unit of temperature measurement to convert to. ```'F' | 'C' ``` - ```use_24hr``` — Use 24 hour time format instead of 12 hour. - ```use_mqtt``` — Use [MQTT integration](https://plugins.octoprint.org/plugins/homeassistant/) instead of OctoPrint API.