mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Remove unused manifest fields v2 (#33656)
This commit is contained in:
parent
6f1900c6f4
commit
541e30d155
@ -4,8 +4,5 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/coronavirus",
|
"documentation": "https://www.home-assistant.io/integrations/coronavirus",
|
||||||
"requirements": ["coronavirus==1.1.0"],
|
"requirements": ["coronavirus==1.1.0"],
|
||||||
"ssdp": [],
|
|
||||||
"zeroconf": [],
|
|
||||||
"homekit": {},
|
|
||||||
"codeowners": ["@home_assistant/core"]
|
"codeowners": ["@home_assistant/core"]
|
||||||
}
|
}
|
||||||
|
@ -4,10 +4,5 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/griddy",
|
"documentation": "https://www.home-assistant.io/integrations/griddy",
|
||||||
"requirements": ["griddypower==0.1.0"],
|
"requirements": ["griddypower==0.1.0"],
|
||||||
"ssdp": [],
|
"codeowners": ["@bdraco"]
|
||||||
"zeroconf": [],
|
|
||||||
"homekit": {},
|
|
||||||
"codeowners": [
|
|
||||||
"@bdraco"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
@ -2,11 +2,6 @@
|
|||||||
"domain": "iammeter",
|
"domain": "iammeter",
|
||||||
"name": "IamMeter",
|
"name": "IamMeter",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/iammeter",
|
"documentation": "https://www.home-assistant.io/integrations/iammeter",
|
||||||
"codeowners": [
|
"codeowners": ["@lewei50"],
|
||||||
"@lewei50"
|
"requirements": ["iammeter==0.1.3"]
|
||||||
],
|
|
||||||
"requirements": [
|
|
||||||
"iammeter==0.1.3"
|
|
||||||
],
|
|
||||||
"dependencies": []
|
|
||||||
}
|
}
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
"name": "Intent",
|
"name": "Intent",
|
||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/intent",
|
"documentation": "https://www.home-assistant.io/integrations/intent",
|
||||||
"ssdp": [],
|
|
||||||
"homekit": {},
|
|
||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"codeowners": ["@home-assistant/core"]
|
"codeowners": ["@home-assistant/core"]
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,5 @@
|
|||||||
"name": "Kaiterra",
|
"name": "Kaiterra",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/kaiterra",
|
"documentation": "https://www.home-assistant.io/integrations/kaiterra",
|
||||||
"requirements": ["kaiterra-async-client==0.0.2"],
|
"requirements": ["kaiterra-async-client==0.0.2"],
|
||||||
"codeowners": ["@Michsior14"],
|
"codeowners": ["@Michsior14"]
|
||||||
"dependencies": []
|
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,5 @@
|
|||||||
"name": "Local IP Address",
|
"name": "Local IP Address",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/local_ip",
|
"documentation": "https://www.home-assistant.io/integrations/local_ip",
|
||||||
"codeowners": ["@issacg"],
|
"codeowners": ["@issacg"]
|
||||||
"requirements": []
|
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,5 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/plaato",
|
"documentation": "https://www.home-assistant.io/integrations/plaato",
|
||||||
"dependencies": ["webhook"],
|
"dependencies": ["webhook"],
|
||||||
"codeowners": ["@JohNan"],
|
"codeowners": ["@JohNan"]
|
||||||
"requirements": []
|
|
||||||
}
|
}
|
||||||
|
@ -3,13 +3,6 @@
|
|||||||
"name": "Tesla Powerwall",
|
"name": "Tesla Powerwall",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/powerwall",
|
"documentation": "https://www.home-assistant.io/integrations/powerwall",
|
||||||
"requirements": [
|
"requirements": ["tesla-powerwall==0.1.3"],
|
||||||
"tesla-powerwall==0.1.3"
|
"codeowners": ["@bdraco"]
|
||||||
],
|
|
||||||
"ssdp": [],
|
|
||||||
"zeroconf": [],
|
|
||||||
"homekit": {},
|
|
||||||
"codeowners": [
|
|
||||||
"@bdraco"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
@ -3,9 +3,6 @@
|
|||||||
"name": "Safe Mode",
|
"name": "Safe Mode",
|
||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/safe_mode",
|
"documentation": "https://www.home-assistant.io/integrations/safe_mode",
|
||||||
"ssdp": [],
|
|
||||||
"zeroconf": [],
|
|
||||||
"homekit": {},
|
|
||||||
"dependencies": ["frontend", "config", "persistent_notification", "cloud"],
|
"dependencies": ["frontend", "config", "persistent_notification", "cloud"],
|
||||||
"codeowners": ["@home-assistant/core"]
|
"codeowners": ["@home-assistant/core"]
|
||||||
}
|
}
|
||||||
|
@ -2,9 +2,6 @@
|
|||||||
"domain": "search",
|
"domain": "search",
|
||||||
"name": "Search",
|
"name": "Search",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/search",
|
"documentation": "https://www.home-assistant.io/integrations/search",
|
||||||
"ssdp": [],
|
|
||||||
"zeroconf": [],
|
|
||||||
"homekit": {},
|
|
||||||
"dependencies": ["websocket_api"],
|
"dependencies": ["websocket_api"],
|
||||||
"after_dependencies": ["scene", "group", "automation", "script"],
|
"after_dependencies": ["scene", "group", "automation", "script"],
|
||||||
"codeowners": ["@home-assistant/core"]
|
"codeowners": ["@home-assistant/core"]
|
||||||
|
@ -4,8 +4,5 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/sentry",
|
"documentation": "https://www.home-assistant.io/integrations/sentry",
|
||||||
"requirements": ["sentry-sdk==0.13.5"],
|
"requirements": ["sentry-sdk==0.13.5"],
|
||||||
"ssdp": [],
|
|
||||||
"zeroconf": [],
|
|
||||||
"homekit": {},
|
|
||||||
"codeowners": ["@dcramer"]
|
"codeowners": ["@dcramer"]
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,5 @@
|
|||||||
"name": "Switcher",
|
"name": "Switcher",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/switcher_kis/",
|
"documentation": "https://www.home-assistant.io/integrations/switcher_kis/",
|
||||||
"codeowners": ["@tomerfi"],
|
"codeowners": ["@tomerfi"],
|
||||||
"requirements": ["aioswitcher==2019.4.26"],
|
"requirements": ["aioswitcher==2019.4.26"]
|
||||||
"dependencies": []
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user