Skip to content

Commit

Permalink
🤖 16-11-24 | ♻️ Updated 7 files ✨ Added 1 file
Browse files Browse the repository at this point in the history
--------
- update: sensors/template_sensors.yaml
- update: docs/README.md
- update: mass/manifest.json
- update: config/.gitignore
- update: config/README.md
- update: config/secrets_redacted.yaml
- update: dashboards/ui-lovelace-main.yaml
- add: extended_openai_conversation/

--------
Automated commit via script
  • Loading branch information
ngocjohn committed Nov 16, 2024
1 parent a995808 commit 1659666
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 18 deletions.
2 changes: 1 addition & 1 deletion config/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ secrets.yaml
.youtube_new.txt
ssl/
.ssl

.*
*.pem

icloud/
Expand Down
9 changes: 4 additions & 5 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>2024.11.1</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>2024.11.2</b>. If you find something you like, don't forget to give my repository a ⭐️!

<video width="100%" controls loop muted>
<source src="https://github-production-user-asset-6210df.s3.amazonaws.com/96962827/297112091-acc1a4db-b92e-4ab1-ac9d-df067d4ba4d1.mp4" type="video/mp4">
Expand All @@ -37,14 +37,14 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
</thead>
<tbody>
<tr>
<td>35,442 </td>
<td>35,483 </td>
<td>33</td>
<td>180</td>
<td>38</td>
<td>52</td>
<td>31</td>
<td>1120</td>
<td>171</td>
<td>1122</td>
<td>172</td>
<td>38</td>
</tr>
</tbody>
Expand All @@ -61,7 +61,6 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
### Add-ons
- Advanced SSH & Web Terminal
- ArgonOne Active Linear Cooling
- Bash Script Executer
- Cloudflared
- eufy-security-ws
- Get HACS
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"domain": "extended_openai_conversation",
"name": "Extended OpenAI Conversation",
"codeowners": [
"@jekalmin"
],
"config_flow": true,
"dependencies": [
"conversation",
"energy",
"history",
"recorder",
"rest",
"scrape"
],
"documentation": "https://github.com/jekalmin/extended_openai_conversation",
"integration_type": "service",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/jekalmin/extended_openai_conversation/issues",
"requirements": [
"openai~=1.3.8"
],
"version": "1.0.4"
}
2 changes: 1 addition & 1 deletion config/custom_components/mass/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"issue_tracker": "https://github.com/music-assistant/hass-music-assistant/issues",
"loggers": ["music_assistant"],
"requirements": ["music-assistant-client==1.0.6"],
"version": "2024.11.3",
"version": "2024.11.4",
"zeroconf": ["_mass._tcp.local."]
}
7 changes: 1 addition & 6 deletions config/dashboards/ui-lovelace-main.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
kiosk_mode:
hide_header: false
mobile_settings:
hide_header: true
custom_width: 424
swipe_nav:
wrap: false
animate_duration: 250
Expand All @@ -21,4 +16,4 @@ views:
- !include subviews/movie-panel.yaml
- !include subviews/ytube-music.yaml
- !include views/system.yaml
# - !include subviews/kodi-library.yaml
# - !include subviews/test-lovelace.yaml
39 changes: 39 additions & 0 deletions config/packages/templates/sensors/template_sensors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,45 @@ template:
motion_detected: >-
{% set motions = expand(states.group.motion_sensors) %}
{{ motions | selectattr('state', 'in', ['detected', 'on']) | map(attribute='name') | list | replace('Motion Sensor ', '') }}
# SENSOR - REPO VEHICLE INFO CHART
- unique_id: vehicle_info_chart
name: 'Vehicle Info Chart'
state: >-
{{ states.sensor.vehicle_info_card.state }}
icon: 'mdi:github'
attributes:
'v1.5.0': >-
{{states.sensor.vehicle_info_card.attributes.releases["v1.5.0"].download_count}}
'v1.4.0': >-
{{states.sensor.vehicle_info_card.attributes.releases["v1.4.0"].download_count}}
'v1.3.1': >-
{{states.sensor.vehicle_info_card.attributes.releases["v1.3.1"].download_count}}
'v1.3.0': >-
{{states.sensor.vehicle_info_card.attributes.releases["v1.3.0"].download_count}}
'v1.2.0': >-
{{states.sensor.vehicle_info_card.attributes.releases["v1.2.0"].download_count}}
'v1.1.2': >-
{{states.sensor.vehicle_info_card.attributes.releases["v1.1.2"].download_count}}
'v1.1.1': >-
{{states.sensor.vehicle_info_card.attributes.releases["v1.1.1"].download_count}}
'v1.1.0': >-
{{states.sensor.vehicle_info_card.attributes.releases["v1.1.0"].download_count}}
'v1.0.7': >-
{{states.sensor.vehicle_info_card.attributes.releases["v1.0.7"].download_count}}
'v1.0.6': >-
{{states.sensor.vehicle_info_card.attributes.releases["v1.0.6"].download_count}}
'v1.0.5': >-
{{states.sensor.vehicle_info_card.attributes.releases["v1.0.5"].download_count}}
'v1.0.4': >-
{{states.sensor.vehicle_info_card.attributes.releases["v1.0.4"].download_count}}
'v1.0.3': >-
{{states.sensor.vehicle_info_card.attributes.releases["v1.0.3"].download_count}}
'v1.0.2': >-
{{states.sensor.vehicle_info_card.attributes.releases["v1.0.2"].download_count}}
'v1.0.1': >-
{{states.sensor.vehicle_info_card.attributes.releases["v1.0.1"].download_count}}
'v1.0.0': >-
{{states.sensor.vehicle_info_card.attributes.releases["v1.0.0"].download_count}}
sensor:
- platform: template
Expand Down
2 changes: 2 additions & 0 deletions config/secrets_redacted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,5 @@ accuweather_api: '***REDACTED***'
accuweather_api_hourly: '***REDACTED***'

waqi_api: '***REDACTED***'

github_token: '***REDACTED***'
9 changes: 4 additions & 5 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>2024.11.1</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>2024.11.2</b>. If you find something you like, don't forget to give my repository a ⭐️!

<video width="100%" controls loop muted>
<source src="https://github-production-user-asset-6210df.s3.amazonaws.com/96962827/297112091-acc1a4db-b92e-4ab1-ac9d-df067d4ba4d1.mp4" type="video/mp4">
Expand All @@ -37,14 +37,14 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
</thead>
<tbody>
<tr>
<td>35,442 </td>
<td>35,483 </td>
<td>33</td>
<td>180</td>
<td>38</td>
<td>52</td>
<td>31</td>
<td>1120</td>
<td>171</td>
<td>1122</td>
<td>172</td>
<td>38</td>
</tr>
</tbody>
Expand All @@ -61,7 +61,6 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
### Add-ons
- Advanced SSH & Web Terminal
- ArgonOne Active Linear Cooling
- Bash Script Executer
- Cloudflared
- eufy-security-ws
- Get HACS
Expand Down

0 comments on commit 1659666

Please sign in to comment.