Add empty line after module docstring [t-v] (#112705)

This commit is contained in:
Marc Mueller 2024-03-08 16:35:23 +01:00 committed by GitHub
parent ea89fa6b1e
commit 062cc4bfce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
555 changed files with 555 additions and 0 deletions

View file

@ -1,4 +1,5 @@
"""Support for the (unofficial) Tado API."""
from datetime import timedelta
import logging

View file

@ -1,4 +1,5 @@
"""Support for Tado sensors for each zone."""
from __future__ import annotations
from collections.abc import Callable

View file

@ -1,4 +1,5 @@
"""Config flow for Tado integration."""
from __future__ import annotations
import logging

View file

@ -1,4 +1,5 @@
"""Support for Tado Smart device trackers."""
from __future__ import annotations
import logging

View file

@ -1,4 +1,5 @@
"""Base class for Tado entity."""
from homeassistant.helpers.device_registry import DeviceInfo
from homeassistant.helpers.entity import Entity

View file

@ -1,4 +1,5 @@
"""Support for Tado sensors for each zone."""
from __future__ import annotations
from collections.abc import Callable

View file

@ -1,4 +1,5 @@
"""The Tag integration."""
from __future__ import annotations
import logging

View file

@ -1,4 +1,5 @@
"""Support for tag triggers."""
from __future__ import annotations
import voluptuous as vol

View file

@ -1,4 +1,5 @@
"""The Tailscale integration."""
from __future__ import annotations
from tailscale import Device as TailscaleDevice

View file

@ -1,4 +1,5 @@
"""Support for Tailscale binary sensors."""
from __future__ import annotations
from collections.abc import Callable

View file

@ -1,4 +1,5 @@
"""Config flow to configure the Tailscale integration."""
from __future__ import annotations
from collections.abc import Mapping

View file

@ -1,4 +1,5 @@
"""Constants for the Tailscale integration."""
from __future__ import annotations
from datetime import timedelta

View file

@ -1,4 +1,5 @@
"""DataUpdateCoordinator for the Tailscale integration."""
from __future__ import annotations
from tailscale import Device, Tailscale, TailscaleAuthenticationError

View file

@ -1,4 +1,5 @@
"""Diagnostics support for Tailscale."""
from __future__ import annotations
import json

View file

@ -1,4 +1,5 @@
"""Support for Tailscale sensors."""
from __future__ import annotations
from collections.abc import Callable

View file

@ -1,4 +1,5 @@
"""Integration for Tailwind devices."""
from __future__ import annotations
from homeassistant.config_entries import ConfigEntry

View file

@ -1,4 +1,5 @@
"""Binary sensor entity platform for Tailwind."""
from __future__ import annotations
from collections.abc import Callable

View file

@ -1,4 +1,5 @@
"""Button entity platform for Tailwind."""
from __future__ import annotations
from collections.abc import Awaitable, Callable

View file

@ -1,4 +1,5 @@
"""Config flow to configure the Tailwind integration."""
from __future__ import annotations
from collections.abc import Mapping

View file

@ -1,4 +1,5 @@
"""Constants for the Tailwind integration."""
from __future__ import annotations
import logging

View file

@ -1,4 +1,5 @@
"""Data update coordinator for Tailwind."""
from datetime import timedelta
from gotailwind import (

View file

@ -1,4 +1,5 @@
"""Cover entity platform for Tailwind."""
from __future__ import annotations
from typing import Any

View file

@ -1,4 +1,5 @@
"""Diagnostics platform for Tailwind."""
from __future__ import annotations
from typing import Any

View file

@ -1,4 +1,5 @@
"""Base entity for the Tailwind integration."""
from __future__ import annotations
from homeassistant.helpers.device_registry import DeviceInfo

View file

@ -1,4 +1,5 @@
"""Number entity platform for Tailwind."""
from __future__ import annotations
from collections.abc import Awaitable, Callable

View file

@ -1,4 +1,5 @@
"""The Tami4Edge integration."""
from __future__ import annotations
from Tami4EdgeAPI import Tami4EdgeAPI, exceptions

View file

@ -1,4 +1,5 @@
"""Button entities for Tami4Edge."""
from collections.abc import Callable
from dataclasses import dataclass
import logging

View file

@ -1,4 +1,5 @@
"""Config flow for edge integration."""
from __future__ import annotations
import logging

View file

@ -1,4 +1,5 @@
"""Water quality coordinator for Tami4Edge."""
from dataclasses import dataclass
from datetime import date, timedelta
import logging

View file

@ -1,4 +1,5 @@
"""Base entity for Tami4Edge."""
from __future__ import annotations
from Tami4EdgeAPI import Tami4EdgeAPI

View file

@ -1,4 +1,5 @@
"""Support for the Tank Utility propane monitor."""
from __future__ import annotations
import datetime

View file

@ -1,4 +1,5 @@
"""Ask tankerkoenig.de for petrol price information."""
from __future__ import annotations
from homeassistant.config_entries import ConfigEntry

View file

@ -1,4 +1,5 @@
"""Tankerkoenig binary sensor integration."""
from __future__ import annotations
import logging

View file

@ -1,4 +1,5 @@
"""Config flow for Tankerkoenig."""
from __future__ import annotations
from collections.abc import Mapping

View file

@ -1,4 +1,5 @@
"""The Tankerkoenig update coordinator."""
from __future__ import annotations
from datetime import timedelta

View file

@ -1,4 +1,5 @@
"""Diagnostics support for Tankerkoenig."""
from __future__ import annotations
from dataclasses import asdict

View file

@ -1,4 +1,5 @@
"""The tankerkoenig base entity."""
from aiotankerkoenig import Station
from homeassistant.const import ATTR_ID

View file

@ -1,4 +1,5 @@
"""Tankerkoenig sensor integration."""
from __future__ import annotations
import logging

View file

@ -1,4 +1,5 @@
"""Support for Taps Affs."""
from __future__ import annotations
from datetime import timedelta

View file

@ -1,4 +1,5 @@
"""The Tasmota integration."""
from __future__ import annotations
import logging

View file

@ -1,4 +1,5 @@
"""Support for Tasmota binary sensors."""
from __future__ import annotations
from collections.abc import Callable

View file

@ -1,4 +1,5 @@
"""Config flow for Tasmota."""
from __future__ import annotations
from typing import Any

View file

@ -1,4 +1,5 @@
"""Constants used by multiple Tasmota modules."""
from homeassistant.const import Platform
CONF_DISCOVERY_PREFIX = "discovery_prefix"

View file

@ -1,4 +1,5 @@
"""Support for Tasmota covers."""
from __future__ import annotations
from typing import Any

View file

@ -1,4 +1,5 @@
"""Provides device automations for Tasmota."""
from __future__ import annotations
from collections.abc import Callable

View file

@ -1,4 +1,5 @@
"""Support for Tasmota device discovery."""
from __future__ import annotations
from collections.abc import Awaitable, Callable

View file

@ -1,4 +1,5 @@
"""Support for Tasmota fans."""
from __future__ import annotations
from typing import Any

View file

@ -1,4 +1,5 @@
"""Support for Tasmota lights."""
from __future__ import annotations
from typing import Any

View file

@ -1,4 +1,5 @@
"""Tasmota entity mixins."""
from __future__ import annotations
import logging

View file

@ -1,4 +1,5 @@
"""Support for Tasmota sensors."""
from __future__ import annotations
from datetime import datetime

View file

@ -1,4 +1,5 @@
"""Support for Tasmota switches."""
from typing import Any
from hatasmota import relay as tasmota_relay

View file

@ -1,4 +1,5 @@
"""The Tautulli integration."""
from __future__ import annotations
from pytautulli import PyTautulli, PyTautulliApiUser, PyTautulliHostConfiguration

View file

@ -1,4 +1,5 @@
"""Config flow for Tautulli."""
from __future__ import annotations
from collections.abc import Mapping

View file

@ -1,4 +1,5 @@
"""Constants for the Tautulli integration."""
from logging import Logger, getLogger
ATTR_TOP_USER = "top_user"

View file

@ -1,4 +1,5 @@
"""Data update coordinator for the Tautulli integration."""
from __future__ import annotations
import asyncio

View file

@ -1,4 +1,5 @@
"""A platform which allows you to get information from Tautulli."""
from __future__ import annotations
from collections.abc import Callable

View file

@ -1,4 +1,5 @@
"""Provides a binary sensor which gets its values from a TCP socket."""
from __future__ import annotations
from typing import Final

View file

@ -1,4 +1,5 @@
"""Common code for TCP component."""
from __future__ import annotations
import logging

View file

@ -1,4 +1,5 @@
"""Constants for TCP platform."""
from __future__ import annotations
from typing import Final

View file

@ -1,4 +1,5 @@
"""Models for TCP platform."""
from __future__ import annotations
from typing import TypedDict

View file

@ -1,4 +1,5 @@
"""Support for TCP socket based sensors."""
from __future__ import annotations
from typing import Final

View file

@ -1,4 +1,5 @@
"""The TechnoVE integration."""
from __future__ import annotations
from homeassistant.config_entries import ConfigEntry

View file

@ -1,4 +1,5 @@
"""Support for TechnoVE binary sensor."""
from __future__ import annotations
from collections.abc import Callable

View file

@ -1,4 +1,5 @@
"""Constants for the TechnoVE integration."""
from datetime import timedelta
import logging

View file

@ -1,4 +1,5 @@
"""DataUpdateCoordinator for TechnoVE."""
from __future__ import annotations
from technove import Station as TechnoVEStation, TechnoVE, TechnoVEError

View file

@ -1,4 +1,5 @@
"""Entity for TechnoVE."""
from homeassistant.helpers.device_registry import CONNECTION_NETWORK_MAC, DeviceInfo
from homeassistant.helpers.update_coordinator import CoordinatorEntity

View file

@ -1,4 +1,5 @@
"""Helpers for TechnoVE."""
from __future__ import annotations
from collections.abc import Callable, Coroutine

View file

@ -1,4 +1,5 @@
"""Platform for sensor integration."""
from __future__ import annotations
from collections.abc import Callable

View file

@ -1,4 +1,5 @@
"""Support for TechnoVE switches."""
from __future__ import annotations
from collections.abc import Awaitable, Callable

View file

@ -1,4 +1,5 @@
"""Support gathering ted5000 information."""
from __future__ import annotations
from contextlib import suppress

View file

@ -1,4 +1,5 @@
"""Constants for the Tedee integration."""
from datetime import timedelta
DOMAIN = "tedee"

View file

@ -1,4 +1,5 @@
"""Coordinator for Tedee locks."""
from collections.abc import Awaitable, Callable
from datetime import timedelta
import logging

View file

@ -1,4 +1,5 @@
"""Diagnostics support for tedee."""
from __future__ import annotations
from typing import Any

View file

@ -1,4 +1,5 @@
"""Tedee lock entities."""
from typing import Any
from pytedee_async import TedeeClientException, TedeeLock, TedeeLockState

View file

@ -1,4 +1,5 @@
"""Telegram platform for notify component."""
from __future__ import annotations
import logging

View file

@ -1,4 +1,5 @@
"""Support to send and receive Telegram messages."""
from __future__ import annotations
import asyncio

View file

@ -1,4 +1,5 @@
"""Support for binary sensors using Tellstick Net."""
from homeassistant.components import binary_sensor
from homeassistant.components.binary_sensor import BinarySensorEntity
from homeassistant.config_entries import ConfigEntry

View file

@ -1,4 +1,5 @@
"""Consts used by TelldusLive."""
from datetime import timedelta
APPLICATION_NAME = "Home Assistant"

View file

@ -1,4 +1,5 @@
"""Support for Tellstick covers using Tellstick Net."""
from typing import Any
from homeassistant.components import cover

View file

@ -1,4 +1,5 @@
"""Base Entity for all TelldusLive entities."""
from datetime import datetime
import logging

View file

@ -1,4 +1,5 @@
"""Support for Tellstick Net/Telstick Live sensors."""
from __future__ import annotations
from homeassistant.components import sensor

View file

@ -1,4 +1,5 @@
"""Support for Tellstick switches using Tellstick Net."""
from typing import Any
from homeassistant.components import switch

View file

@ -1,4 +1,5 @@
"""Support for Tellstick covers."""
from __future__ import annotations
from typing import Any

View file

@ -1,4 +1,5 @@
"""Support for Tellstick lights."""
from __future__ import annotations
from homeassistant.components.light import ATTR_BRIGHTNESS, ColorMode, LightEntity

View file

@ -1,4 +1,5 @@
"""Support for Tellstick sensors."""
from __future__ import annotations
from collections import namedtuple

View file

@ -1,4 +1,5 @@
"""Support for Tellstick switches."""
from __future__ import annotations
from homeassistant.components.switch import SwitchEntity

View file

@ -1,4 +1,5 @@
"""Support for switch controlled using a telnet connection."""
from __future__ import annotations
from datetime import timedelta

View file

@ -1,4 +1,5 @@
"""Support for getting temperature from TEMPer devices."""
from __future__ import annotations
import logging

View file

@ -1,4 +1,5 @@
"""The template component."""
from __future__ import annotations
import asyncio

View file

@ -1,4 +1,5 @@
"""Support for Template alarm control panels."""
from __future__ import annotations
from enum import Enum

View file

@ -1,4 +1,5 @@
"""Support for exposing a templated binary sensor."""
from __future__ import annotations
from dataclasses import dataclass

View file

@ -1,4 +1,5 @@
"""Support for buttons which integrates with other components."""
from __future__ import annotations
import logging

View file

@ -1,4 +1,5 @@
"""Config flow for the Template integration."""
from __future__ import annotations
from collections.abc import Callable, Coroutine, Mapping

View file

@ -1,4 +1,5 @@
"""Data update coordinator for trigger based template entities."""
from collections.abc import Callable
import logging

View file

@ -1,4 +1,5 @@
"""Support for covers which integrate with other components."""
from __future__ import annotations
import logging

View file

@ -1,4 +1,5 @@
"""Support for Template fans."""
from __future__ import annotations
import logging

View file

@ -1,4 +1,5 @@
"""Support for image which integrates with other components."""
from __future__ import annotations
import logging

View file

@ -1,4 +1,5 @@
"""Support for Template lights."""
from __future__ import annotations
import logging

View file

@ -1,4 +1,5 @@
"""Support for locks which integrates with other components."""
from __future__ import annotations
from typing import Any

View file

@ -1,4 +1,5 @@
"""Support for numbers which integrates with other components."""
from __future__ import annotations
import logging

Some files were not shown because too many files have changed in this diff Show more