From 64e7cbcc628c85b4fcde8822b3e0004df0fccbab Mon Sep 17 00:00:00 2001 From: jacobgibbs Date: Mon, 19 Oct 2020 20:54:54 +0100 Subject: [PATCH] Update README.md Update attributes name to pull through the FPS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e825d8ddd..4ce89b41f 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ sensor: - platform: template sensors: _fps: - value_template: '{{ states.sensor.frigate_debug.attributes[""]["fps"] }}' + value_template: '{{ states.sensor.frigate_debug.attributes[""]["camera_fps"] }}' unit_of_measurement: 'FPS' _skipped_fps: value_template: '{{ states.sensor.frigate_debug.attributes[""]["skipped_fps"] }}'