]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Update to 2023.1
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 7 Jan 2023 12:22:53 +0000 (13:22 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 7 Jan 2023 12:22:53 +0000 (13:22 +0100)
.github/workflows/ci-validation.yaml
README.md
configuration.yaml

index 7284a206978dfb08dad70b4dae7900172d1be49e..cac8ab6a76cf337629fa358879873ea62c790933 100644 (file)
@@ -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: |
index 4719f04ad195347b853cc108eb19044df450ad44..6e12249e25037a7181ed8812bc16611acec88fd1 100644 (file)
--- 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
index 59b431e44e38155784e1e86a91f024c5cca15c45..d34e04a78cdde14922d7a71877839700046a637c 100644 (file)
@@ -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