Skip to content

Commit 7529baf

Browse files
committed
Added light platform to gryfSmart Integration
1 parent ab8dbfe commit 7529baf

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

homeassistant/components/gryfsmart/__init__.py

+4-6
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@
2020

2121
_PLATFORMS: list[Platform] = [
2222
Platform.LIGHT,
23-
Platform.BINARY_SENSOR,
24-
Platform.SENSOR,
25-
Platform.CLIMATE,
26-
# Platform.COVER,
27-
Platform.SWITCH,
28-
# Platform.LOCK
23+
# Platform.BINARY_SENSOR,
24+
# Platform.SENSOR,
25+
# Platform.CLIMATE,
26+
# Platform.SWITCH,
2927
]
3028

3129
_LOGGER = logging.getLogger(__name__)

homeassistant/components/gryfsmart/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# Platform.CLIMATE: "Thermostat",
5151
# PLATFORM_PWM: "PWM",
5252
# PLATFORM_TEMPERATURE: "Termometr",
53-
# PLATFORM_INPUT: "Input",
53+
PLATFORM_INPUT: "Input",
5454
}
5555

5656
CONF_LINE_SENSOR_ICONS = {

0 commit comments

Comments
 (0)