From 8fd84faad9945b7cf3db5d6a6793367869beea75 Mon Sep 17 00:00:00 2001 From: kaizersoje <54566217+kaizersoje@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:05:32 +1100 Subject: [PATCH] Spelling fix --- custom_components/smartir/climate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/smartir/climate.py b/custom_components/smartir/climate.py index 0c21ea2a..92abbd03 100644 --- a/custom_components/smartir/climate.py +++ b/custom_components/smartir/climate.py @@ -54,7 +54,7 @@ async def async_setup_platform(hass, config, async_add_entities, discovery_info=None): """Set up the IR Climate platform.""" - _LOGGER.debug("Setting up the startir platform") + _LOGGER.debug("Setting up the smartir platform") device_code = config.get(CONF_DEVICE_CODE) device_files_subdir = os.path.join('codes', 'climate') device_files_absdir = os.path.join(COMPONENT_ABS_DIR, device_files_subdir)