Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md

This file was deleted.

26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# HomeAssistant - PlayStation 4 Custom Component

[![hacs_badge](https://img.shields.io/badge/HACS-Custom-orange.svg)](https://github.com/hacs/integration)
[![Maintainer](https://img.shields.io/badge/MAINTAINER-%40fleXible-red?style=flat)](https://github.com/fleXible)

This is a custom component fixes a bug in the built-in [Playstation 4](https://www.home-assistant.io/integrations/ps4/) integration. Toggling the power is not working.

* Fix broken power toggle feature used in Lovelace Mediaplayer-UI with runtime patch

## Installation

[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=Felix+Franz&repository=https%3A%2F%2Fgithub.com%2FfleXible%2Fha-ps4-custom&category=Integration)

## Configuration

To load and activate the fix, add the following to your `configuration.yaml` file:

```yaml
# Example configuration.yaml entry
ps4_custom:
```

Because this is a runtime patch, the device administration is not changed.
For further documentation, consult the official HomeAssistant [PlayStation 4](https://www.home-assistant.io/integrations/ps4/) pages.

***
2 changes: 1 addition & 1 deletion custom_components/ps4_custom/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "ps4_custom",
"name": "PlayStation 4 Custom",
"version": "1.0",
"version": "1.0.1",
"documentation": "https://github.com/fleXible/ha-ps4-custom",
"dependencies": ["ps4"],
"codeowners": ["@fleXible"],
Expand Down
6 changes: 6 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "My awesome thing",
"content_in_root": false,
"homeassistant": "2023.11",
"hacs": "2.0.0"
}
22 changes: 0 additions & 22 deletions info.md

This file was deleted.