Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 1 addition & 6 deletions homeassistant/components/acer_projector/switch.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Use serial protocol of Acer projector to obtain state of the projector.

For more details about this component, please refer to the documentation
at https://home-assistant.io/components/switch.acer_projector/
"""
"""Use serial protocol of Acer projector to obtain state of the projector."""
import logging
import re

Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/actiontec/device_tracker.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for Actiontec MI424WR (Verizon FIOS) routers.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/device_tracker.actiontec/
"""
"""Support for Actiontec MI424WR (Verizon FIOS) routers."""
import logging
import re
import telnetlib
Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/aftership/sensor.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for non-delivered packages recorded in AfterShip.

For more details about this platform, please refer to the documentation at
https://www.home-assistant.io/components/sensor.aftership/
"""
"""Support for non-delivered packages recorded in AfterShip."""
from datetime import timedelta
import logging

Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/air_quality/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Component for handling Air Quality data for your location.

For more details about this component, please refer to the documentation at
https://home-assistant.io/components/air_quality/
"""
"""Component for handling Air Quality data for your location."""
from datetime import timedelta
import logging

Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/airvisual/sensor.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for AirVisual air quality sensors.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/sensor.airvisual/
"""
"""Support for AirVisual air quality sensors."""
from logging import getLogger
from datetime import timedelta

Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/aladdin_connect/cover.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Platform for the Aladdin Connect cover component.

For more details about this platform, please refer to the documentation
https://home-assistant.io/components/cover.aladdin_connect/
"""
"""Platform for the Aladdin Connect cover component."""
import logging

import voluptuous as vol
Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/alarm_control_panel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Component to interface with an alarm control panel.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/alarm_control_panel/
"""
"""Component to interface with an alarm control panel."""
from datetime import timedelta
import logging

Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/alarmdotcom/alarm_control_panel.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Interfaces with Alarm.com alarm control panels.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/alarm_control_panel.alarmdotcom/
"""
"""Interfaces with Alarm.com alarm control panels."""
import logging
import re

Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/alpha_vantage/sensor.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Stock market information from Alpha Vantage.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/sensor.alpha_vantage/
"""
"""Stock market information from Alpha Vantage."""
from datetime import timedelta
import logging

Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/amazon_polly/tts.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for the Amazon Polly text to speech service.

For more details about this component, please refer to the documentation at
https://home-assistant.io/components/tts.amazon_polly/
"""
"""Support for the Amazon Polly text to speech service."""
import logging

import voluptuous as vol
Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/androidtv/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
"""
Support for functionality to interact with Android TV and Fire TV devices.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/media_player.androidtv/
"""
"""Support for functionality to interact with Android TV/Fire TV devices."""
7 changes: 1 addition & 6 deletions homeassistant/components/androidtv/media_player.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for functionality to interact with Android TV and Fire TV devices.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/media_player.androidtv/
"""
"""Support for functionality to interact with Android TV / Fire TV devices."""
import functools
import logging
import voluptuous as vol
Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/anel_pwrctrl/switch.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for ANEL PwrCtrl switches.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/switch.pwrctrl/
"""
"""Support for ANEL PwrCtrl switches."""
import logging
import socket
from datetime import timedelta
Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/anthemav/media_player.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for Anthem Network Receivers and Processors.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/media_player.anthemav/
"""
"""Support for Anthem Network Receivers and Processors."""
import logging

import voluptuous as vol
Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/apns/notify.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
APNS Notification platform.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/notify.apns/
"""
"""APNS Notification platform."""
import logging
import os

Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/aquostv/media_player.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for interface with an Aquos TV.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/media_player.aquostv/
"""
"""Support for interface with an Aquos TV."""
import logging

import voluptuous as vol
Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/arest/binary_sensor.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for an exposed aREST RESTful API of a device.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/binary_sensor.arest/
"""
"""Support for an exposed aREST RESTful API of a device."""
import logging
from datetime import timedelta

Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/arest/sensor.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for an exposed aREST RESTful API of a device.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/sensor.arest/
"""
"""Support for an exposed aREST RESTful API of a device."""
import logging
from datetime import timedelta

Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/arest/switch.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for an exposed aREST RESTful API of a device.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/switch.arest/
"""
"""Support for an exposed aREST RESTful API of a device."""

import logging

Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/aruba/device_tracker.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for Aruba Access Points.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/device_tracker.aruba/
"""
"""Support for Aruba Access Points."""
import logging
import re

Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/arwn/sensor.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for collecting data from the ARWN project.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/sensor.arwn/
"""
"""Support for collecting data from the ARWN project."""
import json
import logging

Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/asuswrt/device_tracker.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for ASUSWRT routers.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/device_tracker.asuswrt/
"""
"""Support for ASUSWRT routers."""
import logging

from homeassistant.components.device_tracker import DeviceScanner
Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/asuswrt/sensor.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Asuswrt status sensors.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/sensor.asuswrt/
"""
"""Asuswrt status sensors."""
import logging

from homeassistant.helpers.entity import Entity
Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/aurora/binary_sensor.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for aurora forecast data sensor.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/binary_sensor.aurora/
"""
"""Support for aurora forecast data sensor."""
from datetime import timedelta
import logging

Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/automatic/device_tracker.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for the Automatic platform.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/device_tracker.automatic/
"""
"""Support for the Automatic platform."""
import asyncio
from datetime import timedelta
import json
Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/avion/light.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for Avion dimmers.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/light.avion/
"""
"""Support for Avion dimmers."""
import importlib
import logging
import time
Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/awair/sensor.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for the Awair indoor air quality monitor.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/sensor.awair/
"""
"""Support for the Awair indoor air quality monitor."""

from datetime import timedelta
import logging
Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/aws_lambda/notify.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
AWS Lambda platform for notify component.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/notify.aws_lambda/
"""
"""AWS Lambda platform for notify component."""
import base64
import json
import logging
Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/aws_sns/notify.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
AWS SNS platform for notify component.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/notify.aws_sns/
"""
"""AWS SNS platform for notify component."""
import json
import logging

Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/aws_sqs/notify.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
AWS SQS platform for notify component.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/notify.aws_sqs/
"""
"""AWS SQS platform for notify component."""
import json
import logging

Expand Down
8 changes: 1 addition & 7 deletions homeassistant/components/baidu/tts.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
"""
Support for Baidu speech service.

For more details about this component, please refer to the documentation at
https://home-assistant.io/components/tts.baidu/
"""

"""Support for Baidu speech service."""
import logging

import voluptuous as vol
Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/bayesian/binary_sensor.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Use Bayesian Inference to trigger a binary sensor.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/binary_sensor.bayesian/
"""
"""Use Bayesian Inference to trigger a binary sensor."""
from collections import OrderedDict

import voluptuous as vol
Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/bbox/device_tracker.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for French FAI Bouygues Bbox routers.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/device_tracker.bbox/
"""
"""Support for French FAI Bouygues Bbox routers."""
from collections import namedtuple
from datetime import timedelta
import logging
Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/bbox/sensor.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for Bbox Bouygues Modem Router.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/sensor.bbox/
"""
"""Support for Bbox Bouygues Modem Router."""
import logging
from datetime import timedelta

Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/bh1750/sensor.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Support for BH1750 light sensor.

For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/sensor.bh1750/
"""
"""Support for BH1750 light sensor."""
from functools import partial
import logging

Expand Down
7 changes: 1 addition & 6 deletions homeassistant/components/binary_sensor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
"""
Component to interface with binary sensors.

For more details about this component, please refer to the documentation at
https://home-assistant.io/components/binary_sensor/
"""
"""Component to interface with binary sensors."""

from datetime import timedelta
import logging
Expand Down
Loading