Skip to content

Commit

Permalink
update hass 2024.11, custom components, themes
Browse files Browse the repository at this point in the history
- Update Home Assistant 2024.11
- Update custom components
- Update themes
  • Loading branch information
zanix committed Nov 8, 2024
1 parent ee494d2 commit 66bef64
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 163 deletions.
2 changes: 1 addition & 1 deletion .HA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.10.4
2024.11.0
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ version of [Home Assistant][home-assistant] running on an Intel NUC5i5MYHE.

| Description | Value |
| -------------- | -- |
| All Entities | 4017 |
| Sensors | 1237 |
| Binary Sensors | 316 |
| All Entities | 4027 |
| Sensors | 1245 |
| Binary Sensors | 317 |
| Lights | 68 |
| Switches | 206 |
| Switches | 207 |

<details><summary>Stock Integrations</summary>

Expand Down Expand Up @@ -288,7 +288,7 @@ Adaptive Lighting custom component for Home Assistant

Authors: [@basnijholt](https://github.com/basnijholt), [@RubenKelevra](https://github.com/RubenKelevra), [@th3w1zard1](https://github.com/th3w1zard1), [@protyposis](https://github.com/protyposis).

### [Bambu Lab](https://github.com/greghesp/ha-bambulab) [v2.0.29]
### [Bambu Lab](https://github.com/greghesp/ha-bambulab) [v2.0.33]

A Home Assistant Integration for Bambu Lab Printers

Expand Down Expand Up @@ -322,13 +322,13 @@ Frigate integration for Home Assistant

Authors: [@blakeblackshear](https://github.com/blakeblackshear).

### [Gasbuddy](https://github.com/firstof9/ha-gasbuddy) [v1.0.15]
### [Gasbuddy](https://github.com/firstof9/ha-gasbuddy) [v1.0.16]

Component to integrate with GasBuddy fuel price tracker.

Authors: [@firstof9](https://github.com/firstof9).

### [Ge Home (Smarthq)](https://github.com/simbaja/ha_gehome) [v0.6.12]
### [Ge Home (Smarthq)](https://github.com/simbaja/ha_gehome) [v0.6.13]

GE Home Appliances (SmartHQ) for Home Assistant

Expand Down Expand Up @@ -364,7 +364,7 @@ Home Assistant integration for managing Z-Wave enabled locks

Authors: [@FutureTense](https://github.com/FutureTense), [@firstof9](https://github.com/firstof9), [@raman325](https://github.com/raman325).

### [Kia Uvo / Hyundai Bluelink](https://github.com/Hyundai-Kia-Connect/kia_uvo) [v2.28.0]
### [Kia Uvo / Hyundai Bluelink](https://github.com/Hyundai-Kia-Connect/kia_uvo) [v2.28.1]

A Home Assistant HACS integration that supports Kia Connect(Uvo) and Hyundai Bluelink. The integration supports the EU, Canada and the USA.

Expand Down Expand Up @@ -428,7 +428,7 @@ Authors: [@AlexxIT](https://github.com/AlexxIT).

</details>

<details><summary>34 Lovelace Plugins</summary>
<details><summary>34 Dashboard Plugins</summary>

### [Apexcharts Card](https://github.com/RomRider/apexcharts-card) [v2.1.2]

Expand Down Expand Up @@ -570,11 +570,11 @@ This card provides a user-friendly way to fully control map-based vacuums in Hom

</details><details><summary>3 Themes</summary>

### [HA LCARS](https://github.com/th3jesta/ha-lcars) [vHA-LCARS-3.0.1]
### [HA LCARS](https://github.com/th3jesta/ha-lcars) [vHA-LCARS-3.0.2]

LCARS theme for Home Assistant

### [Material Rounded Theme Based On Material You By Google On Android](https://github.com/Nerwyn/material-rounded-theme) [v2.1.8]
### [Material Rounded Theme Based On Material You By Google On Android](https://github.com/Nerwyn/material-rounded-theme) [v2.1.9]

A Material You and Google Home app influenced theme for Home Assistant

Expand Down Expand Up @@ -829,7 +829,7 @@ Readme generated by the [custom readme integration](https://github.com/custom-co
[home-assistant]: https://home-assistant.io

[ha-version]: https://www.home-assistant.io/blog/categories/release-notes/
[ha-version-shield]: https://img.shields.io/badge/2024.10.4-555555?style=flat-square&logo=home-assistant
[ha-version-shield]: https://img.shields.io/badge/2024.11.0-555555?style=flat-square&logo=home-assistant

[github-build-status-shield]: https://img.shields.io/github/actions/workflow/status/zanix/home-assistant-config/home-assistant.yaml?branch=master&style=flat-square&logo=github-actions&logoColor=838B95
[github-build-status]: https://github.com/zanix/home-assistant-config/actions/workflows/home-assistant.yaml
Expand Down
4 changes: 0 additions & 4 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,3 @@ tts: !include_dir_list entities/tts
utility_meter: !include_dir_merge_named entities/utility_meter

wake_on_lan:

# Panels
# panel_custom: !include_dir_list panel/custom
# panel_iframe: !include_dir_merge_named panel/iframe
2 changes: 1 addition & 1 deletion templates/README.j2
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Authors: {% for author in authors -%}[{{ author }}](https://github.com/{{ author

</details>

<details><summary>{{ plugins | count }} Lovelace Plugins</summary>
<details><summary>{{ plugins | count }} Dashboard Plugins</summary>
{%- if plugins | count > 0 -%}
{%- for plugin in plugins -%}
{%- set name = plugin.name | trim %}
Expand Down
1 change: 1 addition & 0 deletions themes/lcars/lcars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
text-dark-color: black
# Sidebar Menu
sidebar-background-color: var(--lcars-ui-primary)
sidebar-menu-button-background-color: var(--sidebar-background-color)
sidebar-icon-color: black
sidebar-text-color: black
sidebar-selected-background-color: var(--lcars-ui-primary)
Expand Down
Loading

0 comments on commit 66bef64

Please sign in to comment.