Add type hint

This commit is contained in:
Fredrik Tuomas
2021-05-17 11:14:49 +02:00
parent dd032dd679
commit bf04dd8876

View File

@@ -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",