From d303cbba38ddd946f8852f92360050246fa6ffd3 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sat, 7 Jan 2023 13:22:53 +0100 Subject: [PATCH] Update to 2023.1 --- .github/workflows/ci-validation.yaml | 2 +- README.md | 6 +++++- configuration.yaml | 7 +++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-validation.yaml b/.github/workflows/ci-validation.yaml index 7284a206..cac8ab6a 100644 --- a/.github/workflows/ci-validation.yaml +++ b/.github/workflows/ci-validation.yaml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install lxml arp colorlog python-dateutil + pip install colorlog python-dateutil if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Install Home Assistant run: | diff --git a/README.md b/README.md index 4719f04a..6e12249e 100644 --- a/README.md +++ b/README.md @@ -45,16 +45,20 @@ My server is an Intel NUC (NUC10i5FNH) with [Proxmox Virtual Environment](https: * [Darkish Theme](https://github.com/78wesley/Home-Assistant-Darkish-Theme) * [fold-entity-row](https://github.com/thomasloven/lovelace-fold-entity-row) * [history-explorer-card](https://github.com/alexarch21/history-explorer-card) +* [Home Assistant Swipe Navigation](https://github.com/zanna-37/hass-swipe-navigation) * [hui-element](https://github.com/thomasloven/lovelace-hui-element) * [layout-card](https://github.com/thomasloven/lovelace-layout-card) * [Lovelace Swipe Navigation](https://github.com/maykar/lovelace-swipe-navigation) * [mini-graph-card](https://github.com/kalkih/mini-graph-card) +* [Mushroom](https://github.com/piitaya/lovelace-mushroom) +* [Mushroom Themes](https://github.com/piitaya/lovelace-mushroom-themes) * [Paper Buttons Row](https://github.com/jcwillox/lovelace-paper-buttons-row) (not currently used) * [pirate-weather-ha](https://github.com/alexander0042/pirate-weather-ha) * [Plotly Graph Card](https://github.com/dbuezas/lovelace-plotly-graph-card) * [Reeder Dark Theme](https://github.com/hekm77/reeder_dark_theme) * [Scheduler Card](https://github.com/nielsfaber/scheduler-card) (not currently used) * [Shutter Card](https://github.com/Deejayfool/hass-shutter-card) +* [Tabbed Card](https://github.com/kinghat/tabbed-card) * [Zigbee2mqtt Networkmap Card](https://github.com/azuwis/zigbee2mqtt-networkmap) ## Installation @@ -77,7 +81,7 @@ My server is an Intel NUC (NUC10i5FNH) with [Proxmox Virtual Environment](https: * LG webOS Smart TV * Mercedes Me * MQTT - * Netatmo (rename select.casa_ravera_testa to select.netatmo_casa_ravera_testa) + * Netatmo (rename select.casa_ravera_testa to select.netatmo_casa_ravera_testa and assign names to all devices) * Shelly Devices (with the exception of Shelly Bulb) enabling firmware update sensor * Sony Bravia * SpeedTest diff --git a/configuration.yaml b/configuration.yaml index 59b431e4..d34e04a7 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -69,7 +69,7 @@ frontend: themes: !include_dir_merge_named themes # Images -image: +image_upload: # Inputs input_boolean: !include_dir_merge_named input_boolean/ @@ -201,7 +201,7 @@ tts: !include components/tts.yaml wake_on_lan: # Weather -weather: !include components/weather.yaml +#weather: !include components/weather.yaml ###################################################################### # Integrations @@ -225,3 +225,6 @@ proxmoxve: !include components/proxmox.yaml # Telegram telegram_bot: !include components/telegram.yaml + +# Monitor Docker +monitor_docker: !include components/monitor_docker.yaml -- 2.47.3