diff --git a/kasa/smart/modules/autooff.py b/kasa/smart/modules/autooff.py index afb822c56..47f69d069 100644 --- a/kasa/smart/modules/autooff.py +++ b/kasa/smart/modules/autooff.py @@ -40,11 +40,12 @@ def _initialize_features(self): Feature( self._device, id="auto_off_minutes", - name="Auto off minutes", + name="Auto off in", container=self, attribute_getter="delay", attribute_setter="set_delay", type=Feature.Type.Number, + unit="min", # ha-friendly unit, see UnitOfTime.MINUTES ) ) self._add_feature(