Fix the docstring in type_fans.py (#44511)

This commit is contained in:
Tomasz Pieczykolan
2020-12-24 20:40:30 +01:00
committed by GitHub
parent d912e91e81
commit d385a51653

View File

@@ -49,7 +49,7 @@ class Fan(HomeAccessory):
"""
def __init__(self, *args):
"""Initialize a new Light accessory object."""
"""Initialize a new Fan accessory object."""
super().__init__(*args, category=CATEGORY_FAN)
chars = []
state = self.hass.states.get(self.entity_id)