Skip to content

Commit 3e580e0

Browse files
committed
Migrate to recalbox repo
1 parent f761630 commit 3e580e0

6 files changed

Lines changed: 20 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Recalbox Home Assistant integration - Changelog
22

3-
> By Aurélien Tomassini, 2026.
3+
> By Recalbox, 2026.
44
55

6-
## v1.5.7 -
6+
## v1.6.0 - 09/02/2026 - Configurable entities and Migrate to Recalbox
77

88

9-
- Move Recalbox parameter entities to `Configuration` instead of `Diagnostic` section
9+
- Move Recalbox parameter entities to editable `Configuration` instead of `Diagnostic` section
10+
- Update docs to new Recalbox repository !
1011

1112

1213
## v1.5.6 - 09/02/2026 - Network stability + UX improvement + Support HA 2026.2

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Recalbox Home Assistant integration
22

3-
<small>By Aurélien Tomassini, 2026</small>
3+
<small>By Recalbox, 2026</small>
44

55
🇺🇸 English version
66
[🇫🇷 Ouvrir la version Française](README_fr.md)
@@ -126,8 +126,8 @@ It uses the same services just listed.
126126
- If not installed yet, [install HACS](https://www.hacs.xyz/docs/use/download/download/)
127127

128128
- Install this repository via this button :
129-
[![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=ooree23&repository=RecalboxHomeAssistant&category=integration)
130-
> Or manually, add `https://github.com/ooree23/RecalboxHomeAssistant` as repository, as Integration.
129+
[![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=recalbox&repository=RecalboxHomeAssistant&category=integration)
130+
> Or manually, add `https://github.com/recalbox/RecalboxHomeAssistant` as repository, as Integration.
131131
Press download, and then accept to restart.
132132

133133
It will automatically add Recalbox integration to your Home Assistant

README_fr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Intégration Recalbox Home Assistant
22

3-
<small>Par Aurélien Tomassini, 2026</small>
3+
<small>Par Recalbox, 2026</small>
44

55
🇫🇷 Version Française
66
[🇺🇸 Go to English version](README.md)
@@ -126,8 +126,8 @@ lancées par Assist utilisent les mêmes commandes que listées ci-dessus.
126126
- Si vous ne l'avez pas encore, [installez HACS](https://www.hacs.xyz/docs/use/download/download/)
127127

128128
- Installez cette **intégration Recalbox** via ce bouton :
129-
[![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=ooree23&repository=RecalboxHomeAssistant&category=integration)
130-
> Ou manuellement, ajoutez `https://github.com/ooree23/RecalboxHomeAssistant` comme dépôt, de type Integration.
129+
[![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=recalbox&repository=RecalboxHomeAssistant&category=integration)
130+
> Ou manuellement, ajoutez `https://github.com/recalbox/RecalboxHomeAssistant` comme dépôt, de type Integration.
131131
Cliquez sur télécharger, et acceptez de redémarrer.
132132

133133
Cela ajoutera l'intégration Recalbox dans votre Home Assistant

custom_components/recalbox/frontend/recalbox-card.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,8 @@ class RecalboxCard extends HTMLElement {
367367
<br>
368368
<span ${!isOn || isKodiRunning ? 'style="display:none;"' : ''}><a href="http://${host}" target="_blank">${i18n.footer.webManagerLabel}</a> &nbsp; | &nbsp;</span>
369369
<a href="https://www.recalbox.com" target="_blank">Recalbox.com</a> &nbsp; | &nbsp;
370-
<!-- <a href="https://github.com/ooree23/RecalboxHomeAssistant" target="_blank">${i18n.footer.integrationLabel}</a> &nbsp; | &nbsp; -->
371-
<a href="https://ooree23.github.io/RecalboxHomeAssistant/" target="_blank">${i18n.footer.integrationLabel}</a>
370+
<!-- <a href="https://github.com/recalbox/RecalboxHomeAssistant" target="_blank">${i18n.footer.integrationLabel}</a> &nbsp; | &nbsp; -->
371+
<a href="https://recalbox.github.io/RecalboxHomeAssistant/" target="_blank">${i18n.footer.integrationLabel}</a>
372372
</div>
373373
`;
374374
}

custom_components/recalbox/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"iot_class": "local_push",
88
"version": "1.5.7",
99
"codeowners": ["@ooree23", "@recalbox"],
10-
"documentation": "https://github.com/ooree23/RecalboxHomeAssistant",
11-
"issue_tracker": "https://github.com/ooree23/RecalboxHomeAssistant/issues"
10+
"documentation": "https://github.com/recalbox/RecalboxHomeAssistant",
11+
"issue_tracker": "https://github.com/recalbox/RecalboxHomeAssistant/issues"
1212
}

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
<body>
7878

7979
<div class="container">
80-
<a href="https://github.com/ooree23/RecalboxHomeAssistant">
80+
<a href="https://github.com/recalbox/RecalboxHomeAssistant">
8181
<h1 data-i18n="title">Recalbox Home Assistant</h1>
82-
<p class="small-text" data-i18n="author">by Aurélien Tomassini, 2026</p>
82+
<p class="small-text" data-i18n="author">by Recalbox, 2026</p>
8383
<img class="logo" src="logo.png" height="96px">
8484
</a>
8585
<p class="description" data-i18n="description">This repository allows you to integrate Recalbox in your Home Assistant</p>
@@ -91,10 +91,10 @@ <h1 data-i18n="title">Recalbox Home Assistant</h1>
9191
<a class="preview" href="docs/RecalboxHomeAssistantIntegration.png">
9292
<img src="docs/RecalboxHomeAssistantIntegration.png" alt="Preview"/>
9393
</a>
94-
<a class="hacs-button" href="https://my.home-assistant.io/redirect/hacs_repository/?owner=ooree23&amp;repository=RecalboxHomeAssistant&amp;category=integration" rel="nofollow">
94+
<a class="hacs-button" href="https://my.home-assistant.io/redirect/hacs_repository/?owner=recalbox&amp;repository=RecalboxHomeAssistant&amp;category=integration" rel="nofollow">
9595
<img src="https://my.home-assistant.io/badges/hacs_repository.svg" alt="Open your Home Assistant instance and open a repository inside the Home Assistant Community Store." style="max-width: 100%;">
9696
</a>
97-
<a class="github-button" href="https://github.com/ooree23/RecalboxHomeAssistant" data-i18n="github_btn">
97+
<a class="github-button" href="https://github.com/recalbox/RecalboxHomeAssistant" data-i18n="github_btn">
9898
View documentation and sources on GitHub
9999
</a>
100100
</div>
@@ -103,7 +103,7 @@ <h1 data-i18n="title">Recalbox Home Assistant</h1>
103103
const translations = {
104104
'fr': {
105105
'title': 'Recalbox Home Assistant',
106-
'author': 'par Aurélien Tomassini, 2026',
106+
'author': 'par Recalbox, 2026',
107107
'description': 'Ce dépôt vous permet d\'intégrer Recalbox dans votre Home Assistant :',
108108
'feat_dashboard': 'Dans votre tableau de bord : Obtenir le statut, afficher le jeu actuel, éteindre, redémarrer, prendre des captures d\'écran, sauvegarder/charger une partie, etc.',
109109
'feat_automation': 'Déclencher vos automatisations : Par exemple, changer la couleur des lumières selon le jeu lancé, envoyer des notifications, etc.',
@@ -112,7 +112,7 @@ <h1 data-i18n="title">Recalbox Home Assistant</h1>
112112
},
113113
'en': {
114114
'title': 'Recalbox Home Assistant',
115-
'author': 'Recalbox Home Assistant',
115+
'author': 'by Recalbox, 2026',
116116
'description': 'This repository allows you to integrate Recalbox in your Home Assistant :',
117117
'feat_dashboard': 'In your dashboard : Get status, Display current game, Turn off, Reboot, Take screenshots, Stop current game, Save/Load game state, ...',
118118
'feat_automation': 'Trigger any automation you want. For example : change light color according to the game launched, send notifications, etc.',

0 commit comments

Comments
 (0)