@@ -30,8 +30,7 @@ lovelace:
3030 type : module 
3131` ` ` 
3232
33- The above configuration can be managed directly in the Configuration -> Lovelace Dashboards -> Resources panel when not using YAML mode, 
34- or added by clicking the "Add to lovelace" button on the HACS dashboard after installing the plugin. 
33+ The above configuration can be managed in the Configuration -> Dashboards -> Resources panel when not using YAML. 
3534
3635## Configuration 
3736
@@ -135,7 +134,7 @@ for more detailed descriptions and examples.
135134The `format` option supports the following values :
136135
137136| Value | Type | Description | 
138- |---------------------| ----------- |----------------------------------------------------------------| 
137+ |----------------------- | ----------- |------------------------------------------------------------------ | 
139138| relative | `timestamp` | Convert value to relative time (`5 minutes ago`) | 
140139| total | `timestamp` | Convert value to relative time (`5 minutes`) | 
141140| date | `timestamp` | Convert timestamp value to date | 
@@ -144,6 +143,7 @@ The `format` option supports the following values:
144143| brightness | `number` | Convert brightness value to percentage | 
145144| duration | `number` | Convert number of seconds to duration (`5:38:50`) | 
146145| duration-m | `number` | Convert number of milliseconds to duration (`5:38:50`) | 
146+ | duration-h | `number` | Convert number of hours to duration (`5:38:50`) | 
147147| invert | `number` | Convert number from positive to negative or vice versa | 
148148| kilo | `number` | Divide number value by 1000 (ex. `1500 W` -> `1.5 kW`) | 
149149| position | `number` | Reverses a position percentage (ex. `70%` open -> `30%` closed) | 
0 commit comments