From bf04dd88765a587f60e1d6ce000277ffbe28e4f2 Mon Sep 17 00:00:00 2001 From: Fredrik Tuomas Date: Mon, 17 May 2021 11:14:49 +0200 Subject: [PATCH] Add type hint --- homeassistant/components/onewire/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/onewire/sensor.py b/homeassistant/components/onewire/sensor.py index 19bb58b8609..3b63f551f98 100644 --- a/homeassistant/components/onewire/sensor.py +++ b/homeassistant/components/onewire/sensor.py @@ -195,7 +195,7 @@ HOBBYBOARD_EF: dict[str, list[DeviceComponentDescription]] = { # 7E sensors are special sensors by Embedded Data Systems -EDS_SENSORS = { +EDS_SENSORS: dict[str, list[DeviceComponentDescription]] = { "EDS0066": [ { "path": "EDS0066/temperature",