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.""" """Support for the (unofficial) Tado API."""
from datetime import timedelta from datetime import timedelta
import logging import logging

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

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