Skip to content

Commit

Permalink
🤖 17-12-24 | ♻️ Updated 5 files ✨ Added 1 file
Browse files Browse the repository at this point in the history
--------
- update: config/README.md
- update: docs/README.md
- update: nodered/manifest.json
- update: main-grid/grid_media.yaml
- update: xiaomi_miot/manifest.json
- add: dashboard-resources/ytube-playlist-card.js

--------
Automated commit via script
  • Loading branch information
ngocjohn committed Dec 17, 2024
1 parent c5f9b07 commit ea14b67
Show file tree
Hide file tree
Showing 6 changed files with 274 additions and 19 deletions.
9 changes: 4 additions & 5 deletions config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
<td>36,202 </td>
<td>34</td>
<td>178</td>
<td>38</td>
<td>63</td>
<td>52</td>
<td>31</td>
<td>1071</td>
<td>174</td>
<td>30</td>
<td>1083</td>
<td>202</td>
<td>38</td>
</tr>
</tbody>
Expand Down Expand Up @@ -149,7 +149,6 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
- [Restriction Card](https://github.com/iantrich/restriction-card)
- [Roku Card](https://github.com/iantrich/roku-card)
- [Rpi Monitor Card](https://github.com/ironsheep/lovelace-rpi-monitor-card)
- [Search Card](https://github.com/postlund/search-card)
- [Simple Thermostat](https://github.com/nervetattoo/simple-thermostat)
- [Slider Button Card](https://github.com/custom-cards/slider-button-card)
- [Spotify Lovelace Card](https://github.com/custom-cards/spotify-card)
Expand Down
2 changes: 1 addition & 1 deletion config/custom_components/nodered/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"documentation": "https://zachowj.github.io/node-red-contrib-home-assistant-websocket/guide/custom_integration/",
"iot_class": "local_push",
"issue_tracker": "https://github.com/zachowj/hass-node-red/issues",
"version": "4.1.1"
"version": "4.1.2"
}
2 changes: 1 addition & 1 deletion config/custom_components/xiaomi_miot/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"python-miio>=0.5.12",
"micloud>=0.5"
],
"version": "1.0.4"
"version": "1.0.5"
}
10 changes: 3 additions & 7 deletions config/dashboards/views/main-grid/grid_media.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,9 @@
# padding: 0px !important;
# }

type: custom:button-card
entity: media_player.spotifyplus_ngoc_nguyen
template:
- tpl_spotify
variables:
playlist_type: default
country_code: vn
type: custom:ytube-playlist-card
entity: media_player.ytube_music_player
extra: sensor.ytube_music_player_extra

# type: media-control
# entity: media_player.spotify
Expand Down
261 changes: 261 additions & 0 deletions config/www/dashboard-resources/ytube-playlist-card.js

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
<td>36,202 </td>
<td>34</td>
<td>178</td>
<td>38</td>
<td>63</td>
<td>52</td>
<td>31</td>
<td>1071</td>
<td>174</td>
<td>30</td>
<td>1083</td>
<td>202</td>
<td>38</td>
</tr>
</tbody>
Expand Down Expand Up @@ -149,7 +149,6 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
- [Restriction Card](https://github.com/iantrich/restriction-card)
- [Roku Card](https://github.com/iantrich/roku-card)
- [Rpi Monitor Card](https://github.com/ironsheep/lovelace-rpi-monitor-card)
- [Search Card](https://github.com/postlund/search-card)
- [Simple Thermostat](https://github.com/nervetattoo/simple-thermostat)
- [Slider Button Card](https://github.com/custom-cards/slider-button-card)
- [Spotify Lovelace Card](https://github.com/custom-cards/spotify-card)
Expand Down

0 comments on commit ea14b67

Please sign in to comment.