core/homeassistant/components/ps4/manifest.json

14 lines
247 B
JSON
Raw Normal View History

{
"domain": "ps4",
"name": "Ps4",
"config_flow": true,
"documentation": "https://www.home-assistant.io/components/ps4",
"requirements": [
"pyps4-homeassistant==0.8.7"
],
"dependencies": [],
"codeowners": [
"@ktnrg45"
]
}