Skip to content

Commit

Permalink
🤖 24-01-25 | ♻️ Updated 11 files 🔥 Deleted 5 files ✨ Added 7 files
Browse files Browse the repository at this point in the history
--------
- update: snippets/popup_footer_layout.yaml
- update: snippets/style_popup_footer.yaml
- update: dashboard-resources/extra-menu.js
- update: themes/tablet.yaml
- update: footer/footer_network.yaml
- update: extra-popup/vanessa.yaml
- update: config/README.md
- update: dashboards/ui-lovelace-main.yaml
- update: docs/README.md
- update: button_card_templates/tpl_chips.yaml
- update: templates/streamline-card.yaml
- delete: subviews/test-lovelace.yaml
- delete: subviews/kodi-recently-added.yaml
- delete: subviews/github-stats.yaml
- delete: subviews/kodi-library.yaml
- delete: subviews/lights.yaml
- add: snippets/style-git-swipe-card.yaml
- add: sensors/github_repos.yaml
- add: github-grid/
- add: snippets/swiper-git-parameters.yaml
- add: button_card_templates/tpl_stargazers.yaml
- add: views/github-view.yaml
- add: snippets/layout-git-heading-content.yaml

--------
Automated commit via script
  • Loading branch information
ngocjohn committed Jan 23, 2025
1 parent 083bf6f commit 6b96bda
Show file tree
Hide file tree
Showing 24 changed files with 612 additions and 869 deletions.
8 changes: 4 additions & 4 deletions config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
</thead>
<tbody>
<tr>
<td>35,325 </td>
<td>35,894 </td>
<td>34</td>
<td>164</td>
<td>154</td>
<td>63</td>
<td>54</td>
<td>32</td>
<td>1072</td>
<td>215</td>
<td>1065</td>
<td>201</td>
<td>38</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion config/dashboards/shared/extra-popup/vanessa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ action: fire-dom-event
extra_menu:
custom_position: bottom-right
card_container:
padding: 1vw
padding: 1rem
cards:
- type: custom:webrtc-camera
entity: camera.kids_room_cam
5 changes: 2 additions & 3 deletions config/dashboards/shared/popup/footer/footer_network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ browser_mod:
title: Access Points
show_header_toggle: false
card_mod:
class: header

class: header nopadding
entities:
- type: custom:tabbed-card
styles: # global styles applied to all tabs
Expand Down Expand Up @@ -79,7 +78,7 @@ browser_mod:
title: Router
show_header_toggle: false
card_mod:
class: header
class: header nopadding
entities:
- entity: binary_sensor.arris_tg3442de_wan_status
name: WAN Status
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
margin: 0
grid-template-columns: minmax(300px, 1fr)
grid-template-rows: auto 1fr
grid-row-gap: 8px
height: 100%
13 changes: 8 additions & 5 deletions config/dashboards/shared/snippets/popup_footer_layout.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
grid-template-columns: repeat(var(--max-popup-column, auto-fit), minmax(560px, 1fr))
grid-template-columns: 1fr
grid-template-rows: auto
grid-gap: 2px 1px
margin: 0
padding: 0
mediaquery:
'(max-width: 1441px)':
'(min-width: 1441.99px)':
grid-template-columns: repeat(var(--max-popup-column, auto-fit), minmax(560px, 1fr))
grid-template-rows: auto
grid-gap: 2px 1px
margin: 0
padding: 0
'(min-width: 800px)':
grid-template-columns: 560px
grid-template-rows: auto
grid-gap: 2px 1px
Expand Down
10 changes: 10 additions & 0 deletions config/dashboards/shared/snippets/style-git-swipe-card.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
$: |
#host {
--swiper-navigation-size: 24px !important;
--swiper-theme-color: rgb(179, 179, 179, .5);
}
.swiper-button-prev, .swiper-button-next {
top: 95% !important;
--swiper-navigation-size: 24px !important;
--swiper-theme-color: rgb(179, 179, 179, .5);
}
6 changes: 5 additions & 1 deletion config/dashboards/shared/snippets/style_popup_footer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ style:
#root > * {
margin: 0px !important;
}
@media (max-width: 800px) {
#root {
display: block;
}
}
hui-entities-card:
$: |
ha-card {
Expand Down
9 changes: 9 additions & 0 deletions config/dashboards/shared/snippets/swiper-git-parameters.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
navigation:
followFinger: false
grabCursor: false
roundLengths: true
centeredSlides: true
centeredSlidesBounds: true
enabled: true
createElements: false
allowTouchMove: false
259 changes: 0 additions & 259 deletions config/dashboards/subviews/github-stats.yaml

This file was deleted.

Loading

0 comments on commit 6b96bda

Please sign in to comment.