Skip to content

Commit

Permalink
Fixes typo in README and updates language files
Browse files Browse the repository at this point in the history
  • Loading branch information
FL550 committed Jan 28, 2021
1 parent 5408e0b commit c8959fa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Follow the HACS instructions when installing it.

#### Manually

Copy the content of the `dist` folder to `www/community/spotify_card/` in your Home Assistant configuration directory. Create these folders if they do not exist.
Copy the content of the `dist` folder to `www/community/spotify-card/` in your Home Assistant configuration directory. Create these folders if they do not exist.

Then you have to add spotify card to your resources. This can be done via `Settings -> Lovelace Dashboards -> Resources`. Add this path:

Expand Down
10 changes: 5 additions & 5 deletions dist/spotify-card.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/spotify-card.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions src/localize/languages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,18 @@
"playlist_type": "Playlist Typ",
"limit": "Anzahl an angezeigten Playlisten",
"height": "Höhe der Karte",
"country_code": "Länder-Code für die Featured-Playlist",
"country_code": "Länder-Code",
"always_play_random_song": "Spiele immer einen zufälligen Song beim Starten der Wiedergabe ab",
"title": "Titel der Karte",
"display_style": "Anzeige-Stil",
"grid_covers_per_row": "Anzahl an Albenbildern pro Reihe",
"grid_show_title": "Zeige Albumtitel in Grid-View",
"account": "Account",
"filter_out_cast_devices": "Filter Chromecast Geräte aus",
"spotify_entity": "Spotify media player entity",
"default_device": "Standart Gerätename",
"filter_devices": "Verstecke Geräte (siehe Dokumentation unter 'Advanced usage')",
"hide_connect_devices": "Verstecke alle Spotify Connect Geräte",
"hide_chromecast_devices": "Verstecke alle Chromecast Geräte",
"hide_top_header": "Verstecke Kopfzeile",
"hide_currently_playing": "Verstecke die Anzeige des aktuellen Liedes",
"hide_playback_controls": "Verstecke Wiedergabesteuerung"
Expand Down
1 change: 0 additions & 1 deletion src/localize/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"grid_center_covers": "Center Covers",
"grid_show_title": "Show album title in grid view",
"account": "Account",
"filter_out_cast_devices": "Filter out chromecast devices",
"spotify_entity": "Spotify media player entity",
"default_device": "Default device name",
"filter_devices": "Hide devices (see documentation under 'Advanced usage')",
Expand Down

0 comments on commit c8959fa

Please sign in to comment.