We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd6d971 + 35abe30 commit b499b4fCopy full SHA for b499b4f
components/opentherm/schema.py
@@ -1,8 +1,7 @@
1
# This file contains a schema for all supported sensors, binary sensors and
2
# inputs of the OpenTherm component.
3
4
-from typing import Dict, Generic, Tuple, TypeVar, TypedDict
5
-from typing_extensions import NotRequired
+from typing import Dict, Generic, Tuple, TypeVar, TypedDict, NotRequired
6
7
from esphome.const import (
8
UNIT_CELSIUS,
0 commit comments