mirror of
https://github.com/home-assistant/core.git
synced 2025-08-15 10:31:39 +02:00
Add type hint
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user