diff --git a/homeassistant/components/coronavirus/manifest.json b/homeassistant/components/coronavirus/manifest.json index 3c106027d8b..5248cf38221 100644 --- a/homeassistant/components/coronavirus/manifest.json +++ b/homeassistant/components/coronavirus/manifest.json @@ -4,8 +4,5 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/coronavirus", "requirements": ["coronavirus==1.1.0"], - "ssdp": [], - "zeroconf": [], - "homekit": {}, "codeowners": ["@home_assistant/core"] } diff --git a/homeassistant/components/griddy/manifest.json b/homeassistant/components/griddy/manifest.json index 988c4289b52..1e31b1b7aa8 100644 --- a/homeassistant/components/griddy/manifest.json +++ b/homeassistant/components/griddy/manifest.json @@ -4,10 +4,5 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/griddy", "requirements": ["griddypower==0.1.0"], - "ssdp": [], - "zeroconf": [], - "homekit": {}, - "codeowners": [ - "@bdraco" - ] + "codeowners": ["@bdraco"] } diff --git a/homeassistant/components/iammeter/manifest.json b/homeassistant/components/iammeter/manifest.json index e1b021c8ce0..f5f21dcfe48 100644 --- a/homeassistant/components/iammeter/manifest.json +++ b/homeassistant/components/iammeter/manifest.json @@ -2,11 +2,6 @@ "domain": "iammeter", "name": "IamMeter", "documentation": "https://www.home-assistant.io/integrations/iammeter", - "codeowners": [ - "@lewei50" - ], - "requirements": [ - "iammeter==0.1.3" - ], - "dependencies": [] + "codeowners": ["@lewei50"], + "requirements": ["iammeter==0.1.3"] } diff --git a/homeassistant/components/intent/manifest.json b/homeassistant/components/intent/manifest.json index a1b9f819819..a0d5d0fca23 100644 --- a/homeassistant/components/intent/manifest.json +++ b/homeassistant/components/intent/manifest.json @@ -3,8 +3,6 @@ "name": "Intent", "config_flow": false, "documentation": "https://www.home-assistant.io/integrations/intent", - "ssdp": [], - "homekit": {}, "dependencies": ["http"], "codeowners": ["@home-assistant/core"] } diff --git a/homeassistant/components/kaiterra/manifest.json b/homeassistant/components/kaiterra/manifest.json index 562b988ee38..33fc1266d83 100644 --- a/homeassistant/components/kaiterra/manifest.json +++ b/homeassistant/components/kaiterra/manifest.json @@ -3,6 +3,5 @@ "name": "Kaiterra", "documentation": "https://www.home-assistant.io/integrations/kaiterra", "requirements": ["kaiterra-async-client==0.0.2"], - "codeowners": ["@Michsior14"], - "dependencies": [] + "codeowners": ["@Michsior14"] } diff --git a/homeassistant/components/local_ip/manifest.json b/homeassistant/components/local_ip/manifest.json index 1dd1b1ed85c..62c862e33c8 100644 --- a/homeassistant/components/local_ip/manifest.json +++ b/homeassistant/components/local_ip/manifest.json @@ -3,6 +3,5 @@ "name": "Local IP Address", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/local_ip", - "codeowners": ["@issacg"], - "requirements": [] + "codeowners": ["@issacg"] } diff --git a/homeassistant/components/plaato/manifest.json b/homeassistant/components/plaato/manifest.json index 9655b91b13e..29e104b13ed 100644 --- a/homeassistant/components/plaato/manifest.json +++ b/homeassistant/components/plaato/manifest.json @@ -4,6 +4,5 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/plaato", "dependencies": ["webhook"], - "codeowners": ["@JohNan"], - "requirements": [] + "codeowners": ["@JohNan"] } diff --git a/homeassistant/components/powerwall/manifest.json b/homeassistant/components/powerwall/manifest.json index 2ab2d519944..9a302fbcad1 100644 --- a/homeassistant/components/powerwall/manifest.json +++ b/homeassistant/components/powerwall/manifest.json @@ -3,13 +3,6 @@ "name": "Tesla Powerwall", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/powerwall", - "requirements": [ - "tesla-powerwall==0.1.3" - ], - "ssdp": [], - "zeroconf": [], - "homekit": {}, - "codeowners": [ - "@bdraco" - ] + "requirements": ["tesla-powerwall==0.1.3"], + "codeowners": ["@bdraco"] } diff --git a/homeassistant/components/safe_mode/manifest.json b/homeassistant/components/safe_mode/manifest.json index ebc450140fc..6da29c94790 100644 --- a/homeassistant/components/safe_mode/manifest.json +++ b/homeassistant/components/safe_mode/manifest.json @@ -3,9 +3,6 @@ "name": "Safe Mode", "config_flow": false, "documentation": "https://www.home-assistant.io/integrations/safe_mode", - "ssdp": [], - "zeroconf": [], - "homekit": {}, "dependencies": ["frontend", "config", "persistent_notification", "cloud"], "codeowners": ["@home-assistant/core"] } diff --git a/homeassistant/components/search/manifest.json b/homeassistant/components/search/manifest.json index c46426530a1..273a517d111 100644 --- a/homeassistant/components/search/manifest.json +++ b/homeassistant/components/search/manifest.json @@ -2,9 +2,6 @@ "domain": "search", "name": "Search", "documentation": "https://www.home-assistant.io/integrations/search", - "ssdp": [], - "zeroconf": [], - "homekit": {}, "dependencies": ["websocket_api"], "after_dependencies": ["scene", "group", "automation", "script"], "codeowners": ["@home-assistant/core"] diff --git a/homeassistant/components/sentry/manifest.json b/homeassistant/components/sentry/manifest.json index a38a250a878..12c808b6d7b 100644 --- a/homeassistant/components/sentry/manifest.json +++ b/homeassistant/components/sentry/manifest.json @@ -4,8 +4,5 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/sentry", "requirements": ["sentry-sdk==0.13.5"], - "ssdp": [], - "zeroconf": [], - "homekit": {}, "codeowners": ["@dcramer"] } diff --git a/homeassistant/components/switcher_kis/manifest.json b/homeassistant/components/switcher_kis/manifest.json index 81f5d2085c6..9974b885d9e 100644 --- a/homeassistant/components/switcher_kis/manifest.json +++ b/homeassistant/components/switcher_kis/manifest.json @@ -3,6 +3,5 @@ "name": "Switcher", "documentation": "https://www.home-assistant.io/integrations/switcher_kis/", "codeowners": ["@tomerfi"], - "requirements": ["aioswitcher==2019.4.26"], - "dependencies": [] + "requirements": ["aioswitcher==2019.4.26"] }