hass-core/homeassistant/components/ps4/manifest.json
ktnrg45 68edf10270 PS4 handle no connection/ fix spamming of logs when device is off ()
* Bump 0.8.7

* Bump 0.8.7

* 0.8.7

* Handle exception. Handle  device unavailable.

* Typo

* Blank line
2019-07-12 20:45:04 -06:00

13 lines
247 B
JSON

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