From 29cbe8ff0dbee84dedcc7f2a021e859731afc13c Mon Sep 17 00:00:00 2001 From: Roving Ronin <108674933+Roving-Ronin@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:54:54 +1000 Subject: [PATCH] Update sensor.py - CodeOwners --- components/bl0906/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bl0906/sensor.py b/components/bl0906/sensor.py index a0da735..8de7fdf 100644 --- a/components/bl0906/sensor.py +++ b/components/bl0906/sensor.py @@ -39,7 +39,7 @@ ICON_VOLTAGE, ) -CODEOWNERS = ["@athom-tech" "@tarontop"] +CODEOWNERS = ["@athom-tech", "@tarontop"] DEPENDENCIES = ["uart"] AUTO_LOAD = ["bl0906"]