mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix the docstring in type_fans.py (#44511)
This commit is contained in:
parent
d912e91e81
commit
d385a51653
@ -49,7 +49,7 @@ class Fan(HomeAccessory):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, *args):
|
def __init__(self, *args):
|
||||||
"""Initialize a new Light accessory object."""
|
"""Initialize a new Fan accessory object."""
|
||||||
super().__init__(*args, category=CATEGORY_FAN)
|
super().__init__(*args, category=CATEGORY_FAN)
|
||||||
chars = []
|
chars = []
|
||||||
state = self.hass.states.get(self.entity_id)
|
state = self.hass.states.get(self.entity_id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user