Skip to content

Commit

Permalink
🤖 22-01-25 | ♻️ Updated 6 files ✨ Added 2 files
Browse files Browse the repository at this point in the history
--------
- update: govee/manifest.json
- update: subviews/github-stats.yaml
- update: main-grid/a-chips.yaml
- update: floorplan/lights.yaml
- update: config/README.md
- update: docs/README.md
- add: dashboard-resources/extra-menu.js
- add: extra-popup/

--------
Automated commit via script
  • Loading branch information
ngocjohn committed Jan 22, 2025
1 parent 5c0f613 commit 6662c95
Show file tree
Hide file tree
Showing 9 changed files with 227 additions and 10 deletions.
6 changes: 3 additions & 3 deletions config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Hey there! Welcome to my little corner of the tech world! 👨‍💻

This is where I store all the cool configurations for my Home Assistant system. Well, it's a mix of awesome codes and setups I discovered from the Home Assistant community. Seriously, those folks are wizards! 🧙‍♂️ As a bit of an internet newbie turned tech enthusiast, I stumbled upon the magic of IT, and this repository is my way of sharing the joy and knowledge I've gained along the way. Dive in, explore, and let the tech magic begin! ✨

I frequently refresh my configuration files. My current Home Assistant version is <b>2025.1.2</b>. If you find something you like, don't forget to give my repository a ⭐️!
I frequently refresh my configuration files. My current Home Assistant version is <b>2025.1.3</b>. If you find something you like, don't forget to give my repository a ⭐️!

## Some of my projects for Home Assistant

Expand Down Expand Up @@ -45,13 +45,13 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
</thead>
<tbody>
<tr>
<td>35,268 </td>
<td>35,325 </td>
<td>34</td>
<td>164</td>
<td>63</td>
<td>54</td>
<td>32</td>
<td>1071</td>
<td>1072</td>
<td>215</td>
<td>38</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion config/custom_components/govee/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"issue_tracker": "https://github.com/LaggAt/hacs-govee/issues",
"requirements": ["govee-api-laggat==0.2.2", "dacite==1.8.0"],
"ssdp": [],
"version": "2023.11.1",
"version": "2025.1.1",
"zeroconf": []
}
3 changes: 3 additions & 0 deletions config/dashboards/floorplan/lights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,6 @@
- light.shelly_rgbw_kitchen_led_strip
- light.living_room_floor_lamp
hold_action: !include ../shared/honeycomb/living.yaml
- entities:
- light.vanesska_ceiling_light
hold_action: !include ../shared/extra-popup/vanessa.yaml
11 changes: 11 additions & 0 deletions config/dashboards/shared/extra-popup/mass-homepods.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
action: fire-dom-event
extra_menu:
cards:
- type: custom:auto-entities
card:
type: entities
theme: Graphite Auto
filter:
include:
- label: Mass Homepod
exclude: []
8 changes: 8 additions & 0 deletions config/dashboards/shared/extra-popup/vanessa.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
action: fire-dom-event
extra_menu:
custom_position: bottom-right
card_container:
padding: 1vw
cards:
- type: custom:webrtc-camera
entity: camera.kids_room_cam
13 changes: 10 additions & 3 deletions config/dashboards/subviews/github-stats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ theme: tablet
xbackground: >-
linear-gradient(170deg, rgba(22, 24, 29, 0.6) 80%, rgba(156, 156, 210, 0.6) 160%)
type: sections
max_columns: 9
max_columns: 8
dense_section_placement: true
sections:
- type: grid
Expand Down Expand Up @@ -202,16 +202,23 @@ sections:
secondary_info: last-changed
icon: mdi:source-commit
name: Latest Commit
tap_action:
action: fire-dom-event
browser_mod:
service: browser_mod.javascript
data:
code: >
window.open(`${hass.states['sensor.hass_config_latest_commit'].attributes.url}`, '_blank');
- type: divider
- type: custom:multiple-logbook-card
card_mod:
style: |
ha-card .card-content-scroll {
padding: 0 !important;
max-height: 325px;
max-height: 270px;
height: 100%;
}
max_items: 7
max_items: 6
show:
separator: true
duration: false
Expand Down
1 change: 1 addition & 0 deletions config/dashboards/views/main-grid/a-chips.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
service: browser_mod.more_info
data:
entity: media_player.currently_playing
hold_action: !include ../../shared/extra-popup/mass-homepods.yaml

# - &homemode
# type: custom:button-card
Expand Down
187 changes: 187 additions & 0 deletions config/www/dashboard-resources/extra-menu.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Hey there! Welcome to my little corner of the tech world! 👨‍💻

This is where I store all the cool configurations for my Home Assistant system. Well, it's a mix of awesome codes and setups I discovered from the Home Assistant community. Seriously, those folks are wizards! 🧙‍♂️ As a bit of an internet newbie turned tech enthusiast, I stumbled upon the magic of IT, and this repository is my way of sharing the joy and knowledge I've gained along the way. Dive in, explore, and let the tech magic begin! ✨

I frequently refresh my configuration files. My current Home Assistant version is <b>2025.1.2</b>. If you find something you like, don't forget to give my repository a ⭐️!
I frequently refresh my configuration files. My current Home Assistant version is <b>2025.1.3</b>. If you find something you like, don't forget to give my repository a ⭐️!

## Some of my projects for Home Assistant

Expand Down Expand Up @@ -45,13 +45,13 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
</thead>
<tbody>
<tr>
<td>35,268 </td>
<td>35,325 </td>
<td>34</td>
<td>164</td>
<td>63</td>
<td>54</td>
<td>32</td>
<td>1071</td>
<td>1072</td>
<td>215</td>
<td>38</td>
</tr>
Expand Down

0 comments on commit 6662c95

Please sign in to comment.