From 0d9b8a0d069e409abd8cad18dc3b58bdb5071bf4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 9 Mar 2016 23:49:54 +0100 Subject: [PATCH] Fix docstring --- homeassistant/helpers/entity.py | 3 +-- homeassistant/helpers/entity_component.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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