mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Fix the docstring in type_fans.py (#44511)
This commit is contained in:
committed by
GitHub
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)
|
||||||
|
Reference in New Issue
Block a user