Add manifests (#22699)
* Add manifests * Update auto name * Update codeowners * Add requirements from platforms * Minor cleanup * Incorporate changes from awarecan PRpull/22705/head
parent
6aac49de7e
commit
cfe4cf30ad
10
CODEOWNERS
10
CODEOWNERS
|
@ -18,7 +18,11 @@ homeassistant/components/frontend/* @home-assistant/core
|
|||
homeassistant/components/group/* @home-assistant/core
|
||||
homeassistant/components/history/* @home-assistant/core
|
||||
homeassistant/components/http/* @home-assistant/core
|
||||
homeassistant/components/input_*/* @home-assistant/core
|
||||
homeassistant/components/input_boolean/* @home-assistant/core
|
||||
homeassistant/components/input_datetime/* @home-assistant/core
|
||||
homeassistant/components/input_number/* @home-assistant/core
|
||||
homeassistant/components/input_select/* @home-assistant/core
|
||||
homeassistant/components/input_text/* @home-assistant/core
|
||||
homeassistant/components/introduction/* @home-assistant/core
|
||||
homeassistant/components/logger/* @home-assistant/core
|
||||
homeassistant/components/lovelace/* @home-assistant/core
|
||||
|
@ -42,7 +46,6 @@ Dockerfile @home-assistant/docker
|
|||
virtualization/Docker/* @home-assistant/docker
|
||||
|
||||
homeassistant/components/zwave/* @home-assistant/z-wave
|
||||
homeassistant/components/*/zwave.py @home-assistant/z-wave
|
||||
|
||||
homeassistant/components/hassio/* @home-assistant/hassio
|
||||
|
||||
|
@ -223,7 +226,8 @@ homeassistant/components/spaceapi/* @fabaff
|
|||
homeassistant/components/spider/* @peternijssen
|
||||
homeassistant/components/sql/sensor.py @dgomes
|
||||
homeassistant/components/statistics/sensor.py @fabaff
|
||||
homeassistant/components/swiss_*/* @fabaff
|
||||
homeassistant/components/swiss_public_transport/* @fabaff
|
||||
homeassistant/components/swiss_hydrological_data/* @fabaff
|
||||
homeassistant/components/switchbot/switch.py @danielhiversen
|
||||
homeassistant/components/switchmate/switch.py @danielhiversen
|
||||
homeassistant/components/synology_srm/device_tracker.py @aerialls
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "abode",
|
||||
"name": "Abode",
|
||||
"documentation": "https://www.home-assistant.io/components/abode",
|
||||
"requirements": [
|
||||
"abodepy==0.15.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "acer_projector",
|
||||
"name": "Acer projector",
|
||||
"documentation": "https://www.home-assistant.io/components/acer_projector",
|
||||
"requirements": [
|
||||
"pyserial==3.1.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"domain": "actiontec",
|
||||
"name": "Actiontec",
|
||||
"documentation": "https://www.home-assistant.io/components/actiontec",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "ads",
|
||||
"name": "Ads",
|
||||
"documentation": "https://www.home-assistant.io/components/ads",
|
||||
"requirements": [
|
||||
"pyads==3.0.7"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "aftership",
|
||||
"name": "Aftership",
|
||||
"documentation": "https://www.home-assistant.io/components/aftership",
|
||||
"requirements": [
|
||||
"pyaftership==0.1.2"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"domain": "air_quality",
|
||||
"name": "Air quality",
|
||||
"documentation": "https://www.home-assistant.io/components/air_quality",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "airvisual",
|
||||
"name": "Airvisual",
|
||||
"documentation": "https://www.home-assistant.io/components/airvisual",
|
||||
"requirements": [
|
||||
"pyairvisual==3.0.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@bachya"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "aladdin_connect",
|
||||
"name": "Aladdin connect",
|
||||
"documentation": "https://www.home-assistant.io/components/aladdin_connect",
|
||||
"requirements": [
|
||||
"aladdin_connect==0.3"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "alarm_control_panel",
|
||||
"name": "Alarm control panel",
|
||||
"documentation": "https://www.home-assistant.io/components/alarm_control_panel",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@colinodell"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "alarmdecoder",
|
||||
"name": "Alarmdecoder",
|
||||
"documentation": "https://www.home-assistant.io/components/alarmdecoder",
|
||||
"requirements": [
|
||||
"alarmdecoder==1.13.2"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "alarmdotcom",
|
||||
"name": "Alarmdotcom",
|
||||
"documentation": "https://www.home-assistant.io/components/alarmdotcom",
|
||||
"requirements": [
|
||||
"pyalarmdotcom==0.3.2"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"domain": "alert",
|
||||
"name": "Alert",
|
||||
"documentation": "https://www.home-assistant.io/components/alert",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "alexa",
|
||||
"name": "Alexa",
|
||||
"documentation": "https://www.home-assistant.io/components/alexa",
|
||||
"requirements": [],
|
||||
"dependencies": [
|
||||
"http"
|
||||
],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "alpha_vantage",
|
||||
"name": "Alpha vantage",
|
||||
"documentation": "https://www.home-assistant.io/components/alpha_vantage",
|
||||
"requirements": [
|
||||
"alpha_vantage==2.1.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@fabaff"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "amazon_polly",
|
||||
"name": "Amazon polly",
|
||||
"documentation": "https://www.home-assistant.io/components/amazon_polly",
|
||||
"requirements": [
|
||||
"boto3==1.9.16"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@robbiet480"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "ambient_station",
|
||||
"name": "Ambient station",
|
||||
"documentation": "https://www.home-assistant.io/components/ambient_station",
|
||||
"requirements": [
|
||||
"aioambient==0.1.3"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@bachya"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "amcrest",
|
||||
"name": "Amcrest",
|
||||
"documentation": "https://www.home-assistant.io/components/amcrest",
|
||||
"requirements": [
|
||||
"amcrest==1.3.0"
|
||||
],
|
||||
"dependencies": [
|
||||
"ffmpeg"
|
||||
],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "ampio",
|
||||
"name": "Ampio",
|
||||
"documentation": "https://www.home-assistant.io/components/ampio",
|
||||
"requirements": [
|
||||
"asmog==0.0.6"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "android_ip_webcam",
|
||||
"name": "Android ip webcam",
|
||||
"documentation": "https://www.home-assistant.io/components/android_ip_webcam",
|
||||
"requirements": [
|
||||
"pydroid-ipcam==0.8"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "androidtv",
|
||||
"name": "Androidtv",
|
||||
"documentation": "https://www.home-assistant.io/components/androidtv",
|
||||
"requirements": [
|
||||
"androidtv==0.0.14"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "anel_pwrctrl",
|
||||
"name": "Anel pwrctrl",
|
||||
"documentation": "https://www.home-assistant.io/components/anel_pwrctrl",
|
||||
"requirements": [
|
||||
"anel_pwrctrl-homeassistant==0.0.1.dev2"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "anthemav",
|
||||
"name": "Anthemav",
|
||||
"documentation": "https://www.home-assistant.io/components/anthemav",
|
||||
"requirements": [
|
||||
"anthemav==1.1.10"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "apcupsd",
|
||||
"name": "Apcupsd",
|
||||
"documentation": "https://www.home-assistant.io/components/apcupsd",
|
||||
"requirements": [
|
||||
"apcaccess==0.0.13"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "api",
|
||||
"name": "Home Assistant API",
|
||||
"documentation": "https://www.home-assistant.io/components/api",
|
||||
"requirements": [],
|
||||
"dependencies": [
|
||||
"http"
|
||||
],
|
||||
"codeowners": [
|
||||
"@home-assistant/core"
|
||||
]
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
"""The api_streams component."""
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "apns",
|
||||
"name": "Apns",
|
||||
"documentation": "https://www.home-assistant.io/components/apns",
|
||||
"requirements": [
|
||||
"apns2==0.3.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "apple_tv",
|
||||
"name": "Apple tv",
|
||||
"documentation": "https://www.home-assistant.io/components/apple_tv",
|
||||
"requirements": [
|
||||
"pyatv==0.3.12"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "aqualogic",
|
||||
"name": "Aqualogic",
|
||||
"documentation": "https://www.home-assistant.io/components/aqualogic",
|
||||
"requirements": [
|
||||
"aqualogic==1.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "aquostv",
|
||||
"name": "Aquostv",
|
||||
"documentation": "https://www.home-assistant.io/components/aquostv",
|
||||
"requirements": [
|
||||
"sharp_aquos_rc==0.3.2"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "arduino",
|
||||
"name": "Arduino",
|
||||
"documentation": "https://www.home-assistant.io/components/arduino",
|
||||
"requirements": [
|
||||
"PyMata==2.14"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@fabaff"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "arest",
|
||||
"name": "Arest",
|
||||
"documentation": "https://www.home-assistant.io/components/arest",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@fabaff"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "arlo",
|
||||
"name": "Arlo",
|
||||
"documentation": "https://www.home-assistant.io/components/arlo",
|
||||
"requirements": [
|
||||
"pyarlo==0.2.3"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "aruba",
|
||||
"name": "Aruba",
|
||||
"documentation": "https://www.home-assistant.io/components/aruba",
|
||||
"requirements": [
|
||||
"pexpect==4.6.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"domain": "arwn",
|
||||
"name": "Arwn",
|
||||
"documentation": "https://www.home-assistant.io/components/arwn",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"domain": "asterisk_cdr",
|
||||
"name": "Asterisk cdr",
|
||||
"documentation": "https://www.home-assistant.io/components/asterisk_cdr",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "asterisk_mbox",
|
||||
"name": "Asterisk mbox",
|
||||
"documentation": "https://www.home-assistant.io/components/asterisk_mbox",
|
||||
"requirements": [
|
||||
"asterisk_mbox==0.5.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "asuswrt",
|
||||
"name": "Asuswrt",
|
||||
"documentation": "https://www.home-assistant.io/components/asuswrt",
|
||||
"requirements": [
|
||||
"aioasuswrt==1.1.21"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@kennedyshead"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "august",
|
||||
"name": "August",
|
||||
"documentation": "https://www.home-assistant.io/components/august",
|
||||
"requirements": [
|
||||
"py-august==0.7.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"domain": "aurora",
|
||||
"name": "Aurora",
|
||||
"documentation": "https://www.home-assistant.io/components/aurora",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "auth",
|
||||
"name": "Auth",
|
||||
"documentation": "https://www.home-assistant.io/components/auth",
|
||||
"requirements": [],
|
||||
"dependencies": [
|
||||
"http"
|
||||
],
|
||||
"codeowners": [
|
||||
"@home-assistant/core"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "automatic",
|
||||
"name": "Automatic",
|
||||
"documentation": "https://www.home-assistant.io/components/automatic",
|
||||
"requirements": [
|
||||
"aioautomatic==0.6.5"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@armills"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "automation",
|
||||
"name": "Automation",
|
||||
"documentation": "https://www.home-assistant.io/components/automation",
|
||||
"requirements": [],
|
||||
"dependencies": [
|
||||
"group"
|
||||
],
|
||||
"codeowners": [
|
||||
"@home-assistant/core"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "avion",
|
||||
"name": "Avion",
|
||||
"documentation": "https://www.home-assistant.io/components/avion",
|
||||
"requirements": [
|
||||
"avion==0.10"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "awair",
|
||||
"name": "Awair",
|
||||
"documentation": "https://www.home-assistant.io/components/awair",
|
||||
"requirements": [
|
||||
"python_awair==0.0.3"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"domain": "aws",
|
||||
"name": "Aws",
|
||||
"documentation": "https://www.home-assistant.io/components/aws",
|
||||
"requirements": [
|
||||
"aiobotocore==0.10.2"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@awarecan",
|
||||
"@robbiet480"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "aws_lambda",
|
||||
"name": "Aws lambda",
|
||||
"documentation": "https://www.home-assistant.io/components/aws_lambda",
|
||||
"requirements": [
|
||||
"boto3==1.9.16"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "aws_sns",
|
||||
"name": "Aws sns",
|
||||
"documentation": "https://www.home-assistant.io/components/aws_sns",
|
||||
"requirements": [
|
||||
"boto3==1.9.16"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "aws_sqs",
|
||||
"name": "Aws sqs",
|
||||
"documentation": "https://www.home-assistant.io/components/aws_sqs",
|
||||
"requirements": [
|
||||
"boto3==1.9.16"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "axis",
|
||||
"name": "Axis",
|
||||
"documentation": "https://www.home-assistant.io/components/axis",
|
||||
"requirements": [
|
||||
"axis==19"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@kane610"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "baidu",
|
||||
"name": "Baidu",
|
||||
"documentation": "https://www.home-assistant.io/components/baidu",
|
||||
"requirements": [
|
||||
"baidu-aip==1.6.6"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"domain": "bayesian",
|
||||
"name": "Bayesian",
|
||||
"documentation": "https://www.home-assistant.io/components/bayesian",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "bbb_gpio",
|
||||
"name": "Bbb gpio",
|
||||
"documentation": "https://www.home-assistant.io/components/bbb_gpio",
|
||||
"requirements": [
|
||||
"Adafruit_BBIO==1.0.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "bbox",
|
||||
"name": "Bbox",
|
||||
"documentation": "https://www.home-assistant.io/components/bbox",
|
||||
"requirements": [
|
||||
"pybbox==0.0.5-alpha"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"domain": "bh1750",
|
||||
"name": "Bh1750",
|
||||
"documentation": "https://www.home-assistant.io/components/bh1750",
|
||||
"requirements": [
|
||||
"i2csense==0.0.4",
|
||||
"smbus-cffi==0.5.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"domain": "binary_sensor",
|
||||
"name": "Binary sensor",
|
||||
"documentation": "https://www.home-assistant.io/components/binary_sensor",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "bitcoin",
|
||||
"name": "Bitcoin",
|
||||
"documentation": "https://www.home-assistant.io/components/bitcoin",
|
||||
"requirements": [
|
||||
"blockchain==1.4.4"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@fabaff"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "blackbird",
|
||||
"name": "Blackbird",
|
||||
"documentation": "https://www.home-assistant.io/components/blackbird",
|
||||
"requirements": [
|
||||
"pyblackbird==0.5"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "blink",
|
||||
"name": "Blink",
|
||||
"documentation": "https://www.home-assistant.io/components/blink",
|
||||
"requirements": [
|
||||
"blinkpy==0.13.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@fronzbot"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "blinksticklight",
|
||||
"name": "Blinksticklight",
|
||||
"documentation": "https://www.home-assistant.io/components/blinksticklight",
|
||||
"requirements": [
|
||||
"blinkstick==1.1.8"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "blinkt",
|
||||
"name": "Blinkt",
|
||||
"documentation": "https://www.home-assistant.io/components/blinkt",
|
||||
"requirements": [
|
||||
"blinkt==0.1.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "blockchain",
|
||||
"name": "Blockchain",
|
||||
"documentation": "https://www.home-assistant.io/components/blockchain",
|
||||
"requirements": [
|
||||
"python-blockchain-api==0.0.2"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"domain": "bloomsky",
|
||||
"name": "Bloomsky",
|
||||
"documentation": "https://www.home-assistant.io/components/bloomsky",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "bluesound",
|
||||
"name": "Bluesound",
|
||||
"documentation": "https://www.home-assistant.io/components/bluesound",
|
||||
"requirements": [
|
||||
"xmltodict==0.11.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "bluetooth_le_tracker",
|
||||
"name": "Bluetooth le tracker",
|
||||
"documentation": "https://www.home-assistant.io/components/bluetooth_le_tracker",
|
||||
"requirements": [
|
||||
"pygatt[GATTTOOL]==3.2.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"domain": "bluetooth_tracker",
|
||||
"name": "Bluetooth tracker",
|
||||
"documentation": "https://www.home-assistant.io/components/bluetooth_tracker",
|
||||
"requirements": [
|
||||
"bt_proximity==0.1.2",
|
||||
"pybluez==0.22"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"domain": "bme280",
|
||||
"name": "Bme280",
|
||||
"documentation": "https://www.home-assistant.io/components/bme280",
|
||||
"requirements": [
|
||||
"i2csense==0.0.4",
|
||||
"smbus-cffi==0.5.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"domain": "bme680",
|
||||
"name": "Bme680",
|
||||
"documentation": "https://www.home-assistant.io/components/bme680",
|
||||
"requirements": [
|
||||
"bme680==1.0.5",
|
||||
"smbus-cffi==0.5.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "bmw_connected_drive",
|
||||
"name": "Bmw connected drive",
|
||||
"documentation": "https://www.home-assistant.io/components/bmw_connected_drive",
|
||||
"requirements": [
|
||||
"bimmer_connected==0.5.3"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@ChristianKuehnel"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"domain": "bom",
|
||||
"name": "Bom",
|
||||
"documentation": "https://www.home-assistant.io/components/bom",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "braviatv",
|
||||
"name": "Braviatv",
|
||||
"documentation": "https://www.home-assistant.io/components/braviatv",
|
||||
"requirements": [
|
||||
"braviarc-homeassistant==0.3.7.dev0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@robbiet480"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "broadlink",
|
||||
"name": "Broadlink",
|
||||
"documentation": "https://www.home-assistant.io/components/broadlink",
|
||||
"requirements": [
|
||||
"broadlink==0.9.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@danielhiversen"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "brottsplatskartan",
|
||||
"name": "Brottsplatskartan",
|
||||
"documentation": "https://www.home-assistant.io/components/brottsplatskartan",
|
||||
"requirements": [
|
||||
"brottsplatskartan==0.0.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"domain": "browser",
|
||||
"name": "Browser",
|
||||
"documentation": "https://www.home-assistant.io/components/browser",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "brunt",
|
||||
"name": "Brunt",
|
||||
"documentation": "https://www.home-assistant.io/components/brunt",
|
||||
"requirements": [
|
||||
"brunt==0.1.3"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@eavanvalkenburg"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "bt_home_hub_5",
|
||||
"name": "Bt home hub 5",
|
||||
"documentation": "https://www.home-assistant.io/components/bt_home_hub_5",
|
||||
"requirements": [
|
||||
"bthomehub5-devicelist==0.1.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "bt_smarthub",
|
||||
"name": "Bt smarthub",
|
||||
"documentation": "https://www.home-assistant.io/components/bt_smarthub",
|
||||
"requirements": [
|
||||
"btsmarthub_devicelist==0.1.3"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@jxwolstenholme"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "buienradar",
|
||||
"name": "Buienradar",
|
||||
"documentation": "https://www.home-assistant.io/components/buienradar",
|
||||
"requirements": [
|
||||
"buienradar==0.91"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "caldav",
|
||||
"name": "Caldav",
|
||||
"documentation": "https://www.home-assistant.io/components/caldav",
|
||||
"requirements": [
|
||||
"caldav==0.5.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "calendar",
|
||||
"name": "Calendar",
|
||||
"documentation": "https://www.home-assistant.io/components/calendar",
|
||||
"requirements": [],
|
||||
"dependencies": [
|
||||
"http"
|
||||
],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "camera",
|
||||
"name": "Camera",
|
||||
"documentation": "https://www.home-assistant.io/components/camera",
|
||||
"requirements": [],
|
||||
"dependencies": [
|
||||
"http"
|
||||
],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "canary",
|
||||
"name": "Canary",
|
||||
"documentation": "https://www.home-assistant.io/components/canary",
|
||||
"requirements": [
|
||||
"py-canary==0.5.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "cast",
|
||||
"name": "Cast",
|
||||
"documentation": "https://www.home-assistant.io/components/cast",
|
||||
"requirements": [
|
||||
"pychromecast==3.2.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"domain": "cert_expiry",
|
||||
"name": "Cert expiry",
|
||||
"documentation": "https://www.home-assistant.io/components/cert_expiry",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "channels",
|
||||
"name": "Channels",
|
||||
"documentation": "https://www.home-assistant.io/components/channels",
|
||||
"requirements": [
|
||||
"pychannels==1.0.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "cisco_ios",
|
||||
"name": "Cisco ios",
|
||||
"documentation": "https://www.home-assistant.io/components/cisco_ios",
|
||||
"requirements": [
|
||||
"pexpect==4.6.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "cisco_mobility_express",
|
||||
"name": "Cisco mobility express",
|
||||
"documentation": "https://www.home-assistant.io/components/cisco_mobility_express",
|
||||
"requirements": [
|
||||
"ciscomobilityexpress==0.1.5"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "cisco_webex_teams",
|
||||
"name": "Cisco webex teams",
|
||||
"documentation": "https://www.home-assistant.io/components/cisco_webex_teams",
|
||||
"requirements": [
|
||||
"webexteamssdk==1.1.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "ciscospark",
|
||||
"name": "Ciscospark",
|
||||
"documentation": "https://www.home-assistant.io/components/ciscospark",
|
||||
"requirements": [
|
||||
"ciscosparkapi==0.4.2"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"domain": "citybikes",
|
||||
"name": "Citybikes",
|
||||
"documentation": "https://www.home-assistant.io/components/citybikes",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "clementine",
|
||||
"name": "Clementine",
|
||||
"documentation": "https://www.home-assistant.io/components/clementine",
|
||||
"requirements": [
|
||||
"python-clementine-remote==1.0.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"domain": "clickatell",
|
||||
"name": "Clickatell",
|
||||
"documentation": "https://www.home-assistant.io/components/clickatell",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"domain": "clicksend",
|
||||
"name": "Clicksend",
|
||||
"documentation": "https://www.home-assistant.io/components/clicksend",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"domain": "clicksend_tts",
|
||||
"name": "Clicksend tts",
|
||||
"documentation": "https://www.home-assistant.io/components/clicksend_tts",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"domain": "climate",
|
||||
"name": "Climate",
|
||||
"documentation": "https://www.home-assistant.io/components/climate",
|
||||
"requirements": [],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"domain": "cloud",
|
||||
"name": "Cloud",
|
||||
"documentation": "https://www.home-assistant.io/components/cloud",
|
||||
"requirements": [
|
||||
"hass-nabucasa==0.11"
|
||||
],
|
||||
"dependencies": [
|
||||
"http"
|
||||
],
|
||||
"codeowners": [
|
||||
"@home-assistant/core"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"domain": "cloudflare",
|
||||
"name": "Cloudflare",
|
||||
"documentation": "https://www.home-assistant.io/components/cloudflare",
|
||||
"requirements": [
|
||||
"pycfdns==0.0.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@ludeeus"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "cmus",
|
||||
"name": "Cmus",
|
||||
"documentation": "https://www.home-assistant.io/components/cmus",
|
||||
"requirements": [
|
||||
"pycmus==0.1.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "co2signal",
|
||||
"name": "Co2signal",
|
||||
"documentation": "https://www.home-assistant.io/components/co2signal",
|
||||
"requirements": [
|
||||
"co2signal==0.4.2"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"domain": "coinbase",
|
||||
"name": "Coinbase",
|
||||
"documentation": "https://www.home-assistant.io/components/coinbase",
|
||||
"requirements": [
|
||||
"coinbase==2.1.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue