Add empty line after module docstring [j-m] (#112700)
This commit is contained in:
parent
1722e23df8
commit
59a6035d3f
606 changed files with 606 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
"""The Jellyfin integration."""
|
||||
|
||||
from typing import Any
|
||||
|
||||
from homeassistant.config_entries import ConfigEntry
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for media browsing."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Utility methods for initializing a Jellyfin client."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import socket
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Config flow for the Jellyfin integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Mapping
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Data update coordinator for the Jellyfin integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from abc import ABC, abstractmethod
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Diagnostics support for Jellyfin."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Base Entity for Jellyfin."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from homeassistant.helpers.device_registry import DeviceEntryType, DeviceInfo
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for the Jellyfin media player."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""The Media Source implementation for the Jellyfin integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Models for the Jellyfin integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from dataclasses import dataclass
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for Jellyfin sensors."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""The jewish_calendar component."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from hdate import Location
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for Jewish Calendar binary sensors."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Platform to retrieve Jewish calendar information for Home Assistant."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from datetime import date as Date
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for Join notifications."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""The JuiceNet integration."""
|
||||
|
||||
from datetime import timedelta
|
||||
import logging
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for controlling juicenet/juicepoint/juicebox based EVSE numbers."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from dataclasses import dataclass
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for monitoring juicenet/juicepoint/juicebox based EVSE sensors."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from homeassistant.components.sensor import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for monitoring juicenet/juicepoint/juicebox based EVSE switches."""
|
||||
|
||||
from typing import Any
|
||||
|
||||
from homeassistant.components.switch import SwitchEntity
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""The JustNimbus integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from homeassistant.config_entries import ConfigEntry
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Config flow for JustNimbus integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Mapping
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""JustNimbus coordinator."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from datetime import timedelta
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Base Entity for JustNimbus sensors."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from homeassistant.helpers.device_registry import DeviceInfo
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for the JustNimbus platform."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for Kaiterra Air Quality Sensors."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from homeassistant.components.air_quality import AirQualityEntity
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for Kaiterra Temperature ahn Humidity Sensors."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from dataclasses import dataclass
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Kaleidescape Media Player."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for customised Kankun SP3 Wifi switch."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KEBA charging station binary sensors."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KEBA charging station switch."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for Keba notifications."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from homeassistant.components.notify import ATTR_DATA, BaseNotificationService
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KEBA charging station sensors."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from homeassistant.components.sensor import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""The keenetic_ndms2 component."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""The Keenetic Client class."""
|
||||
|
||||
from homeassistant.components.binary_sensor import (
|
||||
BinarySensorDeviceClass,
|
||||
BinarySensorEntity,
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Config flow for Keenetic NDMS2."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for Keenetic routers as device tracker."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""The Keenetic Client class."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Platform for the KEF Wireless Speakers."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from datetime import timedelta
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""The Kegtron integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Config flow for Kegtron ble integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for Kegtron devices."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for Kegtron sensors."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from kegtron_ble import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support to emulate keyboard presses on host machine."""
|
||||
|
||||
from pykeyboard import PyKeyboard
|
||||
import voluptuous as vol
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Receive signals from a keyboard and use it as a remote control."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Integration to integrate Keymitt BLE devices with Home Assistant."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Adds config flow for MicroBot."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Integration to integrate Keymitt BLE devices with Home Assistant."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""MicroBot class."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Switch platform for MicroBot."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for Keene Electronics IR-IP devices."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Iterable
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""KIRA interface to receive UDP packets from an IR-IP bridge."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
This sets up a demo environment of features which are obscure or which represent
|
||||
incorrect behavior, and are thus not wanted in the demo integration.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import datetime
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Demo platform that offers a fake button entity."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from homeassistant.components import persistent_notification
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Config flow to configure the Kitchen Sink component."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Demo image platform."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from pathlib import Path
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Demo platform that has a couple fake lawn mowers."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from homeassistant.components.lawn_mower import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Demo platform that has a couple of fake locks."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Demo platform that has a couple of fake sensors."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from homeassistant.components.sensor import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Demo platform that has some fake switches."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Demo platform that offers fake meteorological data."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from datetime import timedelta
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for the KIWI.KI lock platform."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Config flow for kmtronic integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""KMtronic Switch integration."""
|
||||
|
||||
from typing import Any
|
||||
import urllib.parse
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support KNX devices."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KNX/IP binary sensors."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KNX/IP buttons."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from xknx import XKNX
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KNX/IP climate devices."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Config flow for KNX."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from abc import ABC, abstractmethod
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Constants for the KNX integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Awaitable, Callable
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KNX/IP covers."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KNX/IP date."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from datetime import date as dt_date
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KNX/IP datetime."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from datetime import datetime
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Handle KNX Devices."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from xknx import XKNX
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Provides device triggers for KNX."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any, Final
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Diagnostics support for KNX."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Exposures to KNX bus."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KNX/IP fans."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import math
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Base class for KNX devices."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import cast
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KNX/IP lights."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any, cast
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KNX/IP notification services."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KNX/IP numeric values."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import cast
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Handle KNX project data."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from dataclasses import dataclass
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KNX scenes."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Voluptuous schemas for the KNX integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from abc import ABC
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KNX/IP select entities."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from xknx import XKNX
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KNX/IP sensors."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""KNX integration services."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from functools import partial
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KNX/IP switches."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""KNX Telegram handler."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections import deque
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KNX/IP text."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from xknx import XKNX
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KNX/IP time."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from datetime import time as dt_time
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Validation helpers for KNX config schemas."""
|
||||
|
||||
from collections.abc import Callable
|
||||
import ipaddress
|
||||
from typing import Any
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for KNX/IP weather station."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from xknx import XKNX
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""KNX Websocket API."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import TYPE_CHECKING, Final
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Config flow for Kodi integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Provides device automations for Kodi."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import voluptuous as vol
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for interfacing with the XBMC/Kodi JSON-RPC API."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Awaitable, Callable, Coroutine
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Kodi notification service."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for wired binary sensors attached to a Konnected device."""
|
||||
|
||||
from homeassistant.components.binary_sensor import BinarySensorEntity
|
||||
from homeassistant.config_entries import ConfigEntry
|
||||
from homeassistant.const import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Config flow for konnected.io integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue