Skip to content

Commit f104336

Browse files
committed
Merge branch 'dev'
2 parents 97c3fc4 + 7d82690 commit f104336

7 files changed

Lines changed: 23 additions & 9 deletions

File tree

.github/workflows/HACS_action.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: HACS Validation
22

33
on:
44
push:
5+
branches:
6+
- master
57
pull_request:
8+
branches:
9+
- master
610
schedule:
711
- cron: '0 0 * * *'
812

.github/workflows/hessfest.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Validate with hassfest
22

33
on:
44
push:
5+
branches:
6+
- master
57
pull_request:
8+
branches:
9+
- master
610
schedule:
711
- cron: '0 0 * * *'
812

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
> By Recalbox, 2026.
44
55

6+
## v1.6.2 - 09/02/2026
7+
8+
9+
- [#1](https://github.com/recalbox/RecalboxHomeAssistant/issues/1) Implements and fixes HACS and hessfest validations on github
10+
11+
12+
613
## v1.6.1 - 09/02/2026
714

815

Recalbox/userscripts/home_assistant_notifier.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# A placer dans le dossier userscripts
55
# Par Aurélien Tomassini
66

7-
SCRIPT_VERSION="home_assistant_notifier.sh:v1.6.1"
7+
SCRIPT_VERSION="home_assistant_notifier.sh:v1.6.2"
88

99
# Configuration
1010
HOME_ASSISTANT_DOMAIN="homeassistant.local"

custom_components/recalbox/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
{
66
"name": "Recalbox Card",
77
"filename": "recalbox-card.js",
8-
"version": "1.6.1",
8+
"version": "1.6.2",
99
},
1010
]
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"domain": "recalbox",
33
"name": "Recalbox",
4+
"codeowners": ["@ooree23", "@recalbox"],
45
"config_flow": true,
6+
"dependencies": ["frontend", "http", "api", "lovelace"],
7+
"documentation": "https://github.com/recalbox/RecalboxHomeAssistant",
58
"integration_type": "hub",
6-
"dependencies": ["frontend", "http", "api"],
79
"iot_class": "local_push",
8-
"version": "1.6.1",
9-
"codeowners": ["@ooree23", "@recalbox"],
10-
"documentation": "https://github.com/recalbox/RecalboxHomeAssistant",
11-
"issue_tracker": "https://github.com/recalbox/RecalboxHomeAssistant/issues"
10+
"issue_tracker": "https://github.com/recalbox/RecalboxHomeAssistant/issues",
11+
"version": "1.6.2"
1212
}

hacs.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "Recalbox",
33
"render_readme": true,
4-
"homeassistant": "2026.1.0",
5-
"extra_folders": ["custom_sentences"]
4+
"homeassistant": "2026.1.0"
65
}

0 commit comments

Comments
 (0)