Skip to content

Commit

Permalink
🤖 06-08-24 | ♻️ Updated 7 files
Browse files Browse the repository at this point in the history
--------
- update: config/configuration.yaml
- update: docs/README.md
- update: hassio/hass_system.yaml
- update: dashboard-resources/lunar-phase-card.js
- update: lunar_phase/manifest.json
- update: config/README.md
- update: spotifyplus/manifest.json

--------
Automated commit via script
  • Loading branch information
ngocjohn committed Aug 6, 2024
1 parent c219b70 commit c21c8f0
Show file tree
Hide file tree
Showing 7 changed files with 143 additions and 100 deletions.
5 changes: 2 additions & 3 deletions config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
</thead>
<tbody>
<tr>
<td>34,035 </td>
<td>34,028 </td>
<td>31</td>
<td>186</td>
<td>37</td>
<td>52</td>
<td>35</td>
<td>1098</td>
<td>1104</td>
<td>168</td>
<td>38</td>
</tr>
Expand Down Expand Up @@ -96,7 +96,6 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
- [Govee](https://github.com/LaggAt/hacs-govee)
- [HACS](https://github.com/hacs/integration)
- [Hass Favicon](https://github.com/thomasloven/hass-favicon)
- [Lunar Phase](https://github.com/ngocjohn/lunar-phase)
- [Mercedesme 2020](https://github.com/ReneNulschDE/mbapi2020)
- [Music Assistant](https://github.com/music-assistant/hass-music-assistant)
- [Node Red Companion](https://github.com/zachowj/hass-node-red)
Expand Down
10 changes: 1 addition & 9 deletions config/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,14 @@
# / /___/ /_/ / / / / __/ / /_/ / /_/ / / / /_/ / /_/ / /_/ / / / /
# \____/\____/_/ /_/_/ /_/\__, /\__,_/_/ \__,_/\__/_/\____/_/ /_/
# /____/
default_config:
homeassistant:
latitude: !secret homeassistant_latitude
longitude: !secret homeassistant_longitude
elevation: !secret homeassistant_elevation
external_url: !secret external_url
packages: !include_dir_named packages
time_zone: 'Europe/Prague'
unit_system: 'metric'
temperature_unit: 'C'
country: 'CZ'
allowlist_external_dirs:
- /config
media_dirs:
movies: /media/movies
media: /media
default_config:
# FRONT - END
frontend:
themes: !include_dir_merge_named themes
Expand Down
2 changes: 1 addition & 1 deletion config/custom_components/lunar_phase/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"requirements": [
"ephem==4.1.5"
],
"version": "0.1.2"
"version": "0.2.0"
}
2 changes: 1 addition & 1 deletion config/custom_components/spotifyplus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"urllib3>=1.21.1,<1.27",
"zeroconf>=0.132.2"
],
"version": "v1.0.44",
"version": "v1.0.45",
"zeroconf": [
"_spotify-connect._tcp.local."
]
Expand Down
1 change: 1 addition & 0 deletions config/packages/hassio/hass_system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ logger:
logs:
aiohttp: critical
custom_components.spotcast: error
custom_components.lunar_phase: debug

# TTS
tts:
Expand Down
218 changes: 135 additions & 83 deletions config/www/dashboard-resources/lunar-phase-card.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
</thead>
<tbody>
<tr>
<td>34,035 </td>
<td>34,028 </td>
<td>31</td>
<td>186</td>
<td>37</td>
<td>52</td>
<td>35</td>
<td>1098</td>
<td>1104</td>
<td>168</td>
<td>38</td>
</tr>
Expand Down Expand Up @@ -96,7 +96,6 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
- [Govee](https://github.com/LaggAt/hacs-govee)
- [HACS](https://github.com/hacs/integration)
- [Hass Favicon](https://github.com/thomasloven/hass-favicon)
- [Lunar Phase](https://github.com/ngocjohn/lunar-phase)
- [Mercedesme 2020](https://github.com/ReneNulschDE/mbapi2020)
- [Music Assistant](https://github.com/music-assistant/hass-music-assistant)
- [Node Red Companion](https://github.com/zachowj/hass-node-red)
Expand Down

0 comments on commit c21c8f0

Please sign in to comment.