diff --git a/homeassistant/helpers/entity.py b/homeassistant/helpers/entity.py index 422c05bac4d..f3e0ff5cf6f 100644 --- a/homeassistant/helpers/entity.py +++ b/homeassistant/helpers/entity.py @@ -1,5 +1,4 @@ -"""An abstract class for entities in HA.""" - +"""An abstract class for entities.""" import re from collections import defaultdict diff --git a/homeassistant/helpers/entity_component.py b/homeassistant/helpers/entity_component.py index da82066ba67..46b9ef284b3 100644 --- a/homeassistant/helpers/entity_component.py +++ b/homeassistant/helpers/entity_component.py @@ -1,4 +1,4 @@ -"""Provides helpers for components that manage entities.""" +"""Helpers for components that manage entities.""" from threading import Lock from homeassistant.bootstrap import prepare_setup_platform