Skip to content

Commit

Permalink
🎉 Release version 1.0.1
Browse files Browse the repository at this point in the history
[skip-ci]
  • Loading branch information
FunkeyFlo authored and github-actions[bot] committed Aug 19, 2022
1 parent fa3ca94 commit 8831922
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions add-ons/ps5-mqtt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.0.1 - 2022-08-19

### What’s changed

#### 🐛 Bug fixes

- Fix PS4 title activity not being matched to PS5 devices @FunkeyFlo (#29)

## 1.0.0 - 2022-08-11

### What’s changed
Expand Down Expand Up @@ -60,11 +68,13 @@ Take a look at the [documentation](https://github.com/FunkeyFlo/ps5-mqtt/blob/ma
-
-
-
-
- - (hopefully) cleared up some of the confusion people were having with the authentication steps by changing the walkthrough text that's displayed in the Authorization dialog.
-
-
-
-
-

## 0.6.3

Expand All @@ -84,6 +94,7 @@ Because the add-on switched from locally built Dockerfiles to pre-built images y
-
-
-
-

## 0.5.2

Expand All @@ -96,21 +107,25 @@ Because the add-on switched from locally built Dockerfiles to pre-built images y
-
-
-
-
- - ...avoid entities being unavailable after home assistant restart. ([#5](https://github.com/FunkeyFlo/ps5-mqtt/issues/5))
-
-
-
-
-
- Re-implemented device discovery
- - Added `device_discovery_interval` option to change the frequency of discovering PS5 devices.
-
-
-
-
- - Optimizations for discovered devices.
-
-
-
-
-
- Various minor tweaks and improvements.

## 0.4.4
Expand Down
12 changes: 6 additions & 6 deletions add-ons/ps5-mqtt/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.0
version: 1.0.1
slug: ps5_mqtt
name: PS5 MQTT
description: Control Sony PlayStation 5 devices via MQTT
Expand All @@ -11,21 +11,21 @@ arch:
- i386
startup: application
services:
- "mqtt:need"
- mqtt:need
boot: auto
host_network: true
ingress: true
ingress_port: 0
panel_icon: 'mdi:sony-playstation'
panel_icon: mdi:sony-playstation
ports:
8645/tcp: null
ports_description:
8645/tcp: PS5 MQTT Web Interface
map:
- "config:rw"
- config:rw
options:
mqtt: {}
logger: "@ha:ps5:*"
logger: '@ha:ps5:*'
device_check_interval: 5000
device_discovery_interval: 60000
account_check_interval: 5000
Expand All @@ -46,4 +46,4 @@ schema:
account_check_interval: int
include_ps4_devices: bool
stdin: true
image: "ghcr.io/funkeyflo/ps5-mqtt/{arch}"
image: ghcr.io/funkeyflo/ps5-mqtt/{arch}

0 comments on commit 8831922

Please sign in to comment.