From f27b2226570a724696d23aa73acd361855ce2139 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 20 Aug 2025 08:32:33 -0700 Subject: [PATCH] homeassistant: Fix typo in description Signed-off-by: Sunil Mohan Adapa --- plinth/modules/homeassistant/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/homeassistant/__init__.py b/plinth/modules/homeassistant/__init__.py index 148202ceb..93776a386 100644 --- a/plinth/modules/homeassistant/__init__.py +++ b/plinth/modules/homeassistant/__init__.py @@ -30,7 +30,7 @@ _alert = ''' _description = [ _('Home Assistant is a home automation hub with emphasis on local control ' 'and privacy. It integrates with thousands of devices including smart ' - 'bulbs, alarms, presense sensors, door bells, thermostats, irrigation ' + 'bulbs, alarms, presence sensors, door bells, thermostats, irrigation ' 'timers, energy monitors, etc.'), _('Home Assistant can detect, configure, and use various devices on the ' 'local network. For devices using other protocols such as ZigBee, it '