We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8dbfe commit 7529bafCopy full SHA for 7529baf
homeassistant/components/gryfsmart/__init__.py
@@ -20,12 +20,10 @@
20
21
_PLATFORMS: list[Platform] = [
22
Platform.LIGHT,
23
- Platform.BINARY_SENSOR,
24
- Platform.SENSOR,
25
- Platform.CLIMATE,
26
- # Platform.COVER,
27
- Platform.SWITCH,
28
- # Platform.LOCK
+ # Platform.BINARY_SENSOR,
+ # Platform.SENSOR,
+ # Platform.CLIMATE,
+ # Platform.SWITCH,
29
]
30
31
_LOGGER = logging.getLogger(__name__)
homeassistant/components/gryfsmart/const.py
@@ -50,7 +50,7 @@
50
# Platform.CLIMATE: "Thermostat",
51
# PLATFORM_PWM: "PWM",
52
# PLATFORM_TEMPERATURE: "Termometr",
53
- # PLATFORM_INPUT: "Input",
+ PLATFORM_INPUT: "Input",
54
}
55
56
CONF_LINE_SENSOR_ICONS = {
0 commit comments