Skip to content

Commit

Permalink
Spelling fix (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizersoje authored Jan 4, 2025
1 parent 102b5ab commit 4c86582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/smartir/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4c86582

Please sign in to comment.