Skip to content

Commit

Permalink
Add loggers to integration manifest.json (#65083)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jan 28, 2022
1 parent 956ceb6 commit 5b755b7
Show file tree
Hide file tree
Showing 722 changed files with 1,464 additions and 720 deletions.
3 changes: 2 additions & 1 deletion homeassistant/components/abode/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"homekit": {
"models": ["Abode", "Iota"]
},
"iot_class": "cloud_push"
"iot_class": "cloud_push",
"loggers": ["abodepy", "lomond"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/accuweather/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"codeowners": ["@bieniu"],
"config_flow": true,
"quality_scale": "platinum",
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"loggers": ["accuweather"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/acmeda/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"documentation": "https://www.home-assistant.io/integrations/acmeda",
"requirements": ["aiopulse==0.4.3"],
"codeowners": ["@atmurray"],
"iot_class": "local_push"
"iot_class": "local_push",
"loggers": ["aiopulse"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/adax/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"codeowners": [
"@danielhiversen"
],
"iot_class": "local_polling"
"iot_class": "local_polling",
"loggers": ["adax", "adax_local"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/adguard/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"documentation": "https://www.home-assistant.io/integrations/adguard",
"requirements": ["adguardhome==0.5.0"],
"codeowners": ["@frenck"],
"iot_class": "local_polling"
"iot_class": "local_polling",
"loggers": ["adguardhome"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/ads/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/ads",
"requirements": ["pyads==3.2.2"],
"codeowners": [],
"iot_class": "local_push"
"iot_class": "local_push",
"loggers": ["pyads"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/advantage_air/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"advantage_air==0.2.5"
],
"quality_scale": "platinum",
"iot_class": "local_polling"
"iot_class": "local_polling",
"loggers": ["advantage_air"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/aemet/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"documentation": "https://www.home-assistant.io/integrations/aemet",
"requirements": ["AEMET-OpenData==0.2.1"],
"codeowners": [],
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"loggers": ["aemet_opendata"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/aftership/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
],
"codeowners": [],
"iot_class": "cloud_polling"
}
}
3 changes: 2 additions & 1 deletion homeassistant/components/agent_dvr/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"requirements": ["agent-py==0.0.23"],
"config_flow": true,
"codeowners": ["@ispysoftware"],
"iot_class": "local_polling"
"iot_class": "local_polling",
"loggers": ["agent"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/airly/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"requirements": ["airly==1.1.0"],
"config_flow": true,
"quality_scale": "platinum",
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"loggers": ["airly"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/airnow/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"documentation": "https://www.home-assistant.io/integrations/airnow",
"requirements": ["pyairnow==1.1.0"],
"codeowners": ["@asymworks"],
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"loggers": ["pyairnow"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/airthings/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"codeowners": [
"@danielhiversen"
],
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"loggers": ["airthings"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/airtouch4/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"codeowners": [
"@LonePurpleWolf"
],
"iot_class": "local_polling"
"iot_class": "local_polling",
"loggers": ["airtouch4pyapi"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/airvisual/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"documentation": "https://www.home-assistant.io/integrations/airvisual",
"requirements": ["pyairvisual==5.0.9"],
"codeowners": ["@bachya"],
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"loggers": ["pyairvisual", "pysmb"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/aladdin_connect/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/aladdin_connect",
"requirements": ["aladdin_connect==0.3"],
"codeowners": [],
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"loggers": ["aladdin_connect"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/alarmdecoder/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"requirements": ["adext==0.4.2"],
"codeowners": ["@ajschmidt8"],
"config_flow": true,
"iot_class": "local_push"
"iot_class": "local_push",
"loggers": ["adext", "alarmdecoder"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/almond/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"dependencies": ["http", "conversation"],
"codeowners": ["@gcampax", "@balloob"],
"requirements": ["pyalmond==0.0.2"],
"iot_class": "local_polling"
"iot_class": "local_polling",
"loggers": ["pyalmond"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/alpha_vantage/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/alpha_vantage",
"requirements": ["alpha_vantage==2.3.1"],
"codeowners": ["@fabaff"],
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"loggers": ["alpha_vantage"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/amazon_polly/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/amazon_polly",
"requirements": ["boto3==1.20.24"],
"codeowners": [],
"iot_class": "cloud_push"
"iot_class": "cloud_push",
"loggers": ["boto3", "botocore", "s3transfer"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/amberelectric/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"requirements": [
"amberelectric==1.0.3"
],
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"loggers": ["amberelectric"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/ambiclimate/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"requirements": ["ambiclimate==0.2.1"],
"dependencies": ["http"],
"codeowners": ["@danielhiversen"],
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"loggers": ["ambiclimate"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/ambient_station/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"documentation": "https://www.home-assistant.io/integrations/ambient_station",
"requirements": ["aioambient==2021.11.0"],
"codeowners": ["@bachya"],
"iot_class": "cloud_push"
"iot_class": "cloud_push",
"loggers": ["aioambient"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/amcrest/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"requirements": ["amcrest==1.9.3"],
"dependencies": ["ffmpeg"],
"codeowners": ["@flacjacket"],
"iot_class": "local_polling"
"iot_class": "local_polling",
"loggers": ["amcrest"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/ampio/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/ampio",
"requirements": ["asmog==0.0.6"],
"codeowners": [],
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"loggers": ["asmog"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/androidtv/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
],
"codeowners": ["@JeffLIrion", "@ollo69"],
"config_flow": true,
"iot_class": "local_polling"
"iot_class": "local_polling",
"loggers": ["adb_shell", "androidtv", "pure_python_adb"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/anel_pwrctrl/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/anel_pwrctrl",
"requirements": ["anel_pwrctrl-homeassistant==0.0.1.dev2"],
"codeowners": [],
"iot_class": "local_polling"
"iot_class": "local_polling",
"loggers": ["anel_pwrctrl"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/anthemav/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/anthemav",
"requirements": ["anthemav==1.2.0"],
"codeowners": [],
"iot_class": "local_push"
"iot_class": "local_push",
"loggers": ["anthemav"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/apache_kafka/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/apache_kafka",
"requirements": ["aiokafka==0.6.0"],
"codeowners": ["@bachya"],
"iot_class": "local_push"
"iot_class": "local_push",
"loggers": ["aiokafka", "kafka_python"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/apcupsd/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/apcupsd",
"requirements": ["apcaccess==0.0.13"],
"codeowners": [],
"iot_class": "local_polling"
"iot_class": "local_polling",
"loggers": ["apcaccess"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/apns/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"requirements": ["apns2==0.3.0"],
"after_dependencies": ["device_tracker"],
"codeowners": [],
"iot_class": "cloud_push"
"iot_class": "cloud_push",
"loggers": ["apns2", "hyper"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/apple_tv/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
{"type":"_raop._tcp.local.", "properties": {"am":"airport*"}}
],
"codeowners": ["@postlund"],
"iot_class": "local_push"
"iot_class": "local_push",
"loggers": ["pyatv", "srptools"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/apprise/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/apprise",
"requirements": ["apprise==0.9.6"],
"codeowners": ["@caronc"],
"iot_class": "cloud_push"
"iot_class": "cloud_push",
"loggers": ["apprise"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/aprs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/aprs",
"codeowners": ["@PhilRW"],
"requirements": ["aprslib==0.7.0", "geopy==2.1.0"],
"iot_class": "cloud_push"
"iot_class": "cloud_push",
"loggers": ["aprslib", "geographiclib", "geopy"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/aqualogic/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/aqualogic",
"requirements": ["aqualogic==2.6"],
"codeowners": [],
"iot_class": "local_push"
"iot_class": "local_push",
"loggers": ["aqualogic"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/aquostv/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/aquostv",
"requirements": ["sharp_aquos_rc==0.3.2"],
"codeowners": [],
"iot_class": "local_polling"
"iot_class": "local_polling",
"loggers": ["sharp_aquos_rc"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/arcam_fmj/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
}
],
"codeowners": ["@elupus"],
"iot_class": "local_polling"
"iot_class": "local_polling",
"loggers": ["arcam"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/arlo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"requirements": ["pyarlo==0.2.4"],
"dependencies": ["ffmpeg"],
"codeowners": [],
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"loggers": ["pyarlo", "sseclient_py"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/arris_tg2492lg/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/arris_tg2492lg",
"requirements": ["arris-tg2492lg==1.2.1"],
"codeowners": ["@vanbalken"],
"iot_class": "local_polling"
"iot_class": "local_polling",
"loggers": ["arris_tg2492lg"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/aruba/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/aruba",
"requirements": ["pexpect==4.6.0"],
"codeowners": [],
"iot_class": "local_polling"
"iot_class": "local_polling",
"loggers": ["pexpect", "ptyprocess"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/aseko_pool_live/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"codeowners": [
"@milanmeu"
],
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"loggers": ["aioaseko"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/asterisk_mbox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/asterisk_mbox",
"requirements": ["asterisk_mbox==0.5.0"],
"codeowners": [],
"iot_class": "local_push"
"iot_class": "local_push",
"loggers": ["asterisk_mbox"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/asuswrt/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"documentation": "https://www.home-assistant.io/integrations/asuswrt",
"requirements": ["aioasuswrt==1.4.0"],
"codeowners": ["@kennedyshead", "@ollo69"],
"iot_class": "local_polling"
"iot_class": "local_polling",
"loggers": ["aioasuswrt", "asyncssh"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/atag/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"documentation": "https://www.home-assistant.io/integrations/atag/",
"requirements": ["pyatag==0.3.5.3"],
"codeowners": ["@MatsNL"],
"iot_class": "local_polling"
"iot_class": "local_polling",
"loggers": ["pyatag"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/atome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/atome",
"codeowners": ["@baqs"],
"requirements": ["pyatome==0.1.1"],
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"loggers": ["pyatome"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/august/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
}
],
"config_flow": true,
"iot_class": "cloud_push"
"iot_class": "cloud_push",
"loggers": ["pubnub", "yalexs"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/aurora/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"config_flow": true,
"codeowners": ["@djtimca"],
"requirements": ["auroranoaa==0.0.2"],
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"loggers": ["auroranoaa"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/aurora_abb_powerone/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"codeowners": [
"@davet2001"
],
"iot_class": "local_polling"
"iot_class": "local_polling",
"loggers": ["aurorapy"]
}
3 changes: 2 additions & 1 deletion homeassistant/components/aussie_broadband/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"@nickw444",
"@Bre77"
],
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"loggers": ["aussiebb"]
}
Loading

0 comments on commit 5b755b7

Please sign in to comment.