mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
⬆️ Updating add-on Spotify Connect to c9dbe5b
This commit is contained in:
parent
b6dbff1939
commit
ffb4d6caaa
5 changed files with 33 additions and 15 deletions
|
@ -935,10 +935,10 @@ SOFTWARE.
|
||||||
[ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[ssh-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
[ssh-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[ssh-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
[ssh-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||||
[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/99f28f8
|
[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/c9dbe5b
|
||||||
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/99f28f8/README.md
|
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/c9dbe5b/README.md
|
||||||
[spotify-issue]: https://github.com/hassio-addons/addon-spotify-connect/issues
|
[spotify-issue]: https://github.com/hassio-addons/addon-spotify-connect/issues
|
||||||
[spotify-version-shield]: https://img.shields.io/badge/version-99f28f8-blue.svg
|
[spotify-version-shield]: https://img.shields.io/badge/version-c9dbe5b-blue.svg
|
||||||
[spotify-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
[spotify-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[spotify-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[spotify-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||||
|
|
|
@ -1,9 +1,2 @@
|
||||||
# Changelog since v0.12.0
|
# Changelog since v0.12.1
|
||||||
- 🧹 Clean up unneeded command line params (#175)
|
- Create it.yaml (italian translation) (#177)
|
||||||
- 📚 Use new My Home Assistant link format (#176)
|
|
||||||
|
|
||||||
* 📚 Use new My Home Assistant link format
|
|
||||||
|
|
||||||
* Prettified Code!
|
|
||||||
|
|
||||||
Co-authored-by: frenck <frenck@users.noreply.github.com>
|
|
||||||
|
|
|
@ -52,6 +52,6 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-99f28f8-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-c9dbe5b-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/99f28f8
|
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/c9dbe5b
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/main/images/screenshot.png
|
[screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/main/images/screenshot.png
|
|
@ -21,4 +21,4 @@ schema:
|
||||||
username: str?
|
username: str?
|
||||||
slug: spotify
|
slug: spotify
|
||||||
url: https://github.com/hassio-addons/addon-spotify-connect
|
url: https://github.com/hassio-addons/addon-spotify-connect
|
||||||
version: 99f28f8
|
version: c9dbe5b
|
||||||
|
|
25
spotify/translations/it.yaml
Normal file
25
spotify/translations/it.yaml
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
---
|
||||||
|
configuration:
|
||||||
|
log_level:
|
||||||
|
name: Livello Log
|
||||||
|
description: >-
|
||||||
|
Controlla il livello di dettaglio dei log dati dall'add-on.
|
||||||
|
name:
|
||||||
|
name: Nome
|
||||||
|
description: >-
|
||||||
|
Il nome del tuo dispositivo (the Spotify Connect target), mostrato sui
|
||||||
|
client ufficiali di Spotify.
|
||||||
|
bitrate:
|
||||||
|
name: Bitrate
|
||||||
|
description: >-
|
||||||
|
Il bitrate che Spotify dovrebbe usare. Piú é alto, migliore é la qualitá sonora,
|
||||||
|
tuttavia, l'add-on consumerá piú banda.
|
||||||
|
username:
|
||||||
|
name: Spotify username
|
||||||
|
description: >-
|
||||||
|
Uno username opzionale che puoi usare per accedere al tuo account Spotify Premium.
|
||||||
|
Puó essere utile se hai problemi con l'auto discovery.
|
||||||
|
password:
|
||||||
|
name: Spotify password
|
||||||
|
description: >-
|
||||||
|
La password per accedere al tuo account Spotify Premium.
|
Loading…
Add table
Add a link
Reference in a new issue