core/homeassistant/components/ps4/manifest.json

14 lines
245 B
JSON
Raw Normal View History

{
"domain": "ps4",
"name": "Ps4",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ps4",
"requirements": [
2019-11-19 14:21:46 +00:00
"pyps4-2ndscreen==1.0.3"
],
"dependencies": [],
"codeowners": [
"@ktnrg45"
]
}