From 1214b69fb8ab6016d3af445b74e412f634df4be8 Mon Sep 17 00:00:00 2001 From: arunderwood Date: Tue, 4 Jan 2022 04:32:00 -0500 Subject: [PATCH] Sensor for ltr390 is uv, not uvi (#1767) --- components/sensor/ltr390.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sensor/ltr390.rst b/components/sensor/ltr390.rst index 7933ed997..592f36725 100644 --- a/components/sensor/ltr390.rst +++ b/components/sensor/ltr390.rst @@ -21,7 +21,7 @@ The :ref:`I²C Bus ` is required to be set up in your configuration for thi sensor: - platform: ltr390 - uvi: + uv: name: "UV Index" light: name: "Light"