Add empty line after module docstring [g-i] (#112699)
This commit is contained in:
parent
ff3a801936
commit
8809d3aa88
627 changed files with 627 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
"""The IntelliFire integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from aiohttp import ClientConnectionError
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for IntelliFire Binary Sensors."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Intellifire Climate Entities."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Config flow for IntelliFire integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Mapping
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Constants for the IntelliFire integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""The IntelliFire integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Platform for shared base classes for sensors."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from homeassistant.helpers.entity import EntityDescription
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Fan definition for Intellifire."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Awaitable, Callable
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""The IntelliFire Light."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Awaitable, Callable
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Flame height number sensors."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from dataclasses import dataclass
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Platform for sensor integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Define switch func."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Awaitable, Callable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue